forked from jasonewall/angularjs-rails-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
48
{
"name": "angularjs-rails-resource",
"description": "A resource factory inspired by $resource from AngularJS",
"version": "2.3.1",
"main": "dist/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.3"
},
"devDependencies": {
"angular-mocks": "^1.3",
"grunt": "~0.4.1",
"grunt-bump": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~3.3.0",
"karma": "~2.0",
"karma-chrome-launcher": "~2.2",
"karma-jasmine": "~0.1",
"karma-junit-reporter": "~1.2",
"karma-phantomjs-launcher": "~1.0",
"phantomjs-prebuilt": ">=2",
"q": "~0.9.2",
"q-io": "~1.10.6",
"qq": "~0.3.5"
},
"scripts": {
"test": "PHANTOMJS_BIN=./node_modules/.bin/phantomjs ./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/FineLinePrototyping/angularjs-rails-resource.js/blob/master/LICENSE"
}
]
}