forked from jasonewall/angularjs-rails-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
40
41
42
43
44
45
46
47
{
"name": "angularjs-rails-resource",
"description" : "A resource factory inspired by $resource from AngularJS",
"version": "2.2.0",
"main" : "angularjs-rails-resource.min.js",
"homepage" : "https://github.com/FineLinePrototyping/angularjs-rails-resource.git",
"author" : "",
"repository": {
"type": "git",
"url": "https://github.com/FineLinePrototyping/angularjs-rails-resource.git"
},
"keywords": [
"angular",
"resources"
],
"dependencies": {
"angular": "~1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-bump": "~0.0.13",
"karma": "~0.10",
"karma-jasmine": "~0.1",
"karma-chrome-launcher": "~0.1",
"karma-phantomjs-launcher": "~0.1",
"karma-junit-reporter": "~0.1",
"q": "~0.9.2",
"q-io": "~1.10.6",
"qq": "~0.3.5"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/FineLinePrototyping/angularjs-rails-resource.js/blob/master/LICENSE"
}
]
}