forked from lordfriend/nya-bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 KB
/
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
38
39
{
"name": "nya-bootstrap-select",
"version": "2.0.10",
"description": "An angular directive wraps bootstrap-select",
"repository": {
"type": "git",
"url": "git://github.com/lordfriend/nya-bootstrap-select.git"
},
"devDependencies": {
"groundskeeper": "^0.1.11",
"grunt": "~0.4.2",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "^0.9.1",
"grunt-karma": "^0.10.1",
"grunt-newer": "~0.6.1",
"grunt-protractor-runner": "^2.0.0",
"highlight.js": "^8.4.0",
"jshint-stylish": "~0.1.5",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-jasmine": "^0.1.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "~0.3.0",
"marked": "~0.3.2",
"time-grunt": "~0.2.9"
},
"scripts": {
"test": "grunt test"
}
}