forked from hwndept/node-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.05 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "node-seed",
"version": "0.0.14",
"description": "A skeleton for a typical NodeJS application",
"keywords": [
"node project",
"nodejs project",
"node seed",
"jshint",
"jscs",
"mocha",
"istanbul",
"code coverage",
"gulp",
"pre-commit",
"es6",
"babel"
],
"main": "",
"scripts": {
"pre-commit": "./node_modules/.bin/gulp pre-commit"
},
"pre-commit": [
"pre-commit"
],
"repository": {
"type": "git",
"url": "https://github.com/hwndept/node-seed.git"
},
"author": "Nikolay Shatalov <hwndept@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hwndept/node-seed/issues"
},
"homepage": "https://github.com/hwndept/node-seed",
"devDependencies": {
"babel": "^5.8.21",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^2.0.0",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"isparta": "^3.0.3",
"pre-commit": "^1.0.10",
"run-sequence": "^1.1.2"
}
}