-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 997 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ecSlider",
"repository": {
"type": "git",
"url": "https://github.com/sulmanen/angular-eyecon-bootstrap-slider.git"
},
"version": "0.2.1",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt test",
"prepublish": "./node_modules/.bin/bower install"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "0.5.0",
"load-grunt-tasks": "0.1.0",
"grunt": "0.4.1",
"grunt-karma": "0.9.0",
"grunt-istanbul-coverage": "0.0.1",
"grunt-plato": "~0.2.1",
"grunt-contrib-connect": "0.3.0",
"karma-script-launcher": "0.1.0",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma": "0.12.0",
"karma-coverage": "0.2.6",
"grunt-cli": "0.1.9",
"phantomjs": "1.9.10",
"grunt-contrib-concat": "0.3.0",
"grunt-bower-task": "0.3.4",
"bower": "1.3.12",
"jshint": "~2.5.6"
}
}