-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.06 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.06 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
{
"name": "cjw-api-wrapper",
"version": "1.0.0",
"description": "An API wrapper for NG 1.x that offers a simple, more consistent interface to a REST API, better cache handling for complex GET requests, default setting of a Content-Transfer-Encoding header. Is configurable through it's Provider.",
"repository": "https://github.com/chrisweight/angular-api-wrapper.git",
"license": "MIT",
"scripts": {
"build": "gulp default",
"serve": "json-server ./api/generate.js --static ./sample",
"start": "npm run build && npm run serve"
},
"devDependencies": {
"bower": "^1.7.2",
"faker": "^4.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-copy": "^0.0.2",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-run-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.3",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"json-server": "^0.9.5",
"lodash": "^4.17.4"
}
}