forked from js-data/js-data-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "1.0.0-rc.1",
"homepage": "http://angular-data.pseudobry.com",
"repository": {
"type": "git",
"url": "https://github.com/jmdobry/angular-data.git"
},
"author": {
"name": "Jason Dobry",
"url": "http://www.pseudobry.com",
"email": "jason.dobry@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jmdobry/angular-data/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.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-karma-coveralls": "^2.5.1",
"karma": "^0.12.23",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-script-launcher": "^0.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-mocha": "^0.1.9",
"karma-sinon": "^1.0.3",
"karma-spec-reporter": "^0.0.13",
"time-grunt": "^1.0.0",
"jit-grunt": "^0.8.0",
"grunt-docular": "^0.1.4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"mout": "^0.10.0"
}
}