-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
49
50
{
"name": "angular-eve-resource",
"version": "1.6.1",
"description": "AngularJS Resource Adapter for Python Eve REST API Framework",
"main": "dist/angular-eve-resource.js",
"scripts": {
"postinstall": "bower install",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/dailymotion/angular-eve-resource.git"
},
"keywords": [
"angular",
"angularjs",
"python-eve",
"eve",
"resource",
"model"
],
"author": "Rahul Doshi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dailymotion/angular-eve-resource/issues"
},
"homepage": "https://github.com/dailymotion/angular-eve-resource#readme",
"devDependencies": {
"bower": "^1.4.1",
"codeclimate-test-reporter": "^0.1.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.12.37",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4"
}
}