-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 880 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
36
37
{
"name": "jano",
"version": "1.0.0",
"description": "A nodejs/express based application starter kit; following rails application structure",
"repository": {
"type": "git",
"url": "git+https://github.com/andela-echigbo/jano.git"
},
"keywords": [
"jano",
"express",
"starter"
],
"author": "Emmanuel Chigbo <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andela-echigbo/jano/issues"
},
"homepage": "https://github.com/andela-echigbo/jano#readme",
"scripts": {
"lint": "eslint .",
"test": "echo 'Test ahs not been implemented'"
},
"bin": {
"jano": "./bin/jano"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"mocha": "^2.5.3"
},
"dependencies": {
"colors": "^1.1.2",
"fs-extra": "^0.30.0"
}
}