-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.49 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
51
52
53
54
55
56
57
{
"name": "rest-buddy",
"version": "0.3.5",
"description": "Resourceful Framework that's got your back",
"main": "dist/rest-buddy.js",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"test": "./node_modules/gulp/bin/gulp.js test",
"build": "./node_modules/gulp/bin/gulp.js test build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/home-buddy/rest-buddy.git"
},
"keywords": [
"rest",
"express",
"resource",
"api"
],
"author": "spaintrain <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/home-buddy/rest-buddy/issues"
},
"homepage": "https://github.com/home-buddy/rest-buddy#readme",
"dependencies": {
"babel-runtime": "^5.6.15",
"express": "^4.13.1",
"express-jsonschema": "^1.1.0",
"jsonschema": "^1.0.1",
"ls-lodash": "^2.2.3",
"pluralize": "^1.1.2",
"source-map-support": "^0.3.2"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.3.1",
"chai": "^3.0.0",
"del": "^1.2.0",
"eslint": "^0.24.0",
"gulp": "^3.9.0",
"gulp-eslint": "^0.15.0",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-mocha": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.6",
"json-loader": "^0.5.2",
"node-libs-browser": "^0.5.2",
"q": "^1.4.1",
"supertest": "^1.0.1",
"supertest-as-promised": "^2.0.2",
"webpack": "^1.10.1"
}
}