-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
35 lines (35 loc) · 844 Bytes
/
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
{
"name": "generator-express-rest-api",
"version": "1.2.1",
"description": "Yeoman generator for a RESTful API using express, cluster-service, mocha, chai, sinon, and istanbul",
"author": "Tim Walker <tim.r.walker@gmail.com>",
"license": "MIT",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/trwalker/generator-express-rest-api.git"
},
"keywords": [
"yo",
"yeoman",
"generator",
"express",
"rest",
"api",
"service"
],
"bugs": {
"url": "https://github.com/trwalker/generator-express-rest-api/issues"
},
"homepage": "https://github.com/trwalker/generator-express-rest-api",
"dependencies": {
"yeoman-generator": "^0.17.3"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3"
}
}