-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 944 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 944 Bytes
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
{
"name": "angular-ui-list-input",
"main": "dist/angular-ui-list-input.js",
"version": "0.2.1",
"devDependencies": {
"bower": "~1.3.9",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"connect-livereload": "~0.4.0",
"grunt": "~0.4.5",
"grunt-angular-templates": "~0.5.7",
"grunt-bumpup": "~0.6.0",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.8.3",
"grunt-ngdocs": "~0.2.2",
"grunt-ngmin": "0.0.3",
"karma": "~0.12.21",
"karma-coverage": "~0.2.6",
"karma-mocha": "~0.1.7",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.6.0",
"mocha": "~1.21.4",
"sinon-chai": "~2.5.0"
},
"engines": {
"node": ">=0.8.0"
}
}