forked from Venturocket/angular-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·29 lines (29 loc) · 889 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
{
"name": "angular-slider",
"version": "0.3.2",
"description": "Slider directive for AngularJS.",
"main": "",
"scripts": {
"test": "karma start --single-run --no-auto-watch",
"dev": "karma start --browsers=PhantomJS --reporters=dots"
},
"repository": {
"type": "git",
"url": "git://github.com/Venturocket/angular-slider.git"
},
"author": "Venturocket, Inc.",
"license": "MIT",
"devDependencies": {
"karma": "~0.10",
"karma-jasmine": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "*",
"jshint-stylish": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4"
}
}