-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 853 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
{
"name": "modellist",
"version": "0.4.6",
"description": "ModelList",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/steelsojka/angular-modellist.git"
},
"keywords": [
"angular",
"model"
],
"author": "Steven Sojka",
"license": "MIT",
"bugs": {
"url": "https://github.com/steelsojka/angular-modellist/issues"
},
"homepage": "https://github.com/steelsojka/angular-modellist",
"devDependencies": {
"karma": "~0.12.9",
"gulp-karma": "0.0.4",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-karma": "~0.8.2",
"grunt-contrib-clean": "~0.5.0",
"karma-coverage": "^0.2.1",
"coveralls": "~2.10.0"
}
}