-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.66 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
58
59
60
61
62
63
{
"name": "restSampleServicese",
"version": "0.2.0",
"description": "sample rest services for training of client developers",
"main": "src/service.js",
"directories": {
"doc": "doc"
},
"scripts": {
"start": "node src/service.js",
"test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000",
"stylecheck": "./node_modules/jshint/bin/jshint --reporter=node_modules/jshint-stylish src/*.js",
"build": "node ./node_modules/gulp/bin/gulp ci"
},
"engines": {
"node": ">4"
},
"repository": {
"type": "git",
"url": "https://github.com/restSampleServices/node-service.git"
},
"author": "Daniel Bedarf",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/restSampleServices/node-service/issues"
},
"homepage": "https://github.com/restSampleServices/node-service",
"keywords": [
"rest",
"nodejs",
"express",
"development",
"gulp",
"training",
"tutorial",
"sample"
],
"dependencies": {
"body-parser": "",
"cli-color": "",
"express": "",
"faker": "",
"nodelog": ""
},
"devDependencies": {
"asciidoctor.js": "",
"chai": "",
"del": "",
"gulp": "",
"gulp-asciidoctor": "",
"gulp-autoprefixer": "",
"gulp-concat": "",
"gulp-jshint": "",
"gulp-rename": "",
"gulp-uglify": "",
"istanbul": "",
"jshint": "",
"jshint-stylish": "",
"mocha": "",
"mock-require": "",
"node-mocks-http": ""
}
}