forked from expressjs/generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 904 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
38
39
40
41
42
43
44
45
{
"name": "atomic-fucking-design-generator",
"description": "atomic-fucking-design application generator",
"version": "4.13.4",
"author": "Suissa <[email protected]>",
"keywords": [
"express",
"framework",
"sinatra",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"license": "MIT",
"dependencies": {
"commander": "2.7.1",
"mkdirp": "0.5.1",
"sorted-object": "2.0.0"
},
"main": "bin/fuckingatomic",
"preferGlobal": true,
"bin": {
"fuckingatomic": "./bin/fuckingatomic"
},
"devDependencies": {
"mocha": "2.4.5",
"rimraf": "2.5.2",
"supertest": "1.2.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"bin/",
"templates/"
],
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "mocha --reporter spec --check-leaks test/"
}
}