-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1021 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
46
47
48
49
50
51
{
"name": "projectjs",
"version": "0.0.4",
"description": "Javaish project structure to bring order to your Node apps",
"main": "project.js",
"scripts": {
"test": "jasmine"
},
"bin": {
"projectjs": "bin/projectjs"
},
"keywords": [
"project",
"structure",
"namespace",
"scaffold",
"scaffolding",
"submodule",
"organization",
"build",
"make",
"projectjs"
],
"author": {
"name": "Jon Stout",
"url": "www.jonstout.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tinwatchman/projectjs.git"
},
"engines": {
"node": ">=0.12.2"
},
"dependencies": {
"findup-sync": "^0.2.1",
"fs-extra": "^0.18.2",
"mustache": "^2.0.0",
"own-version": "0.0.2",
"readline-sync": "^1.2.14",
"subcommander": "^0.1.3",
"underscore": "^1.8.3",
"version_compare": "0.0.2"
},
"devDependencies": {
"jasmine": "^2.2.1",
"node-uuid": "^1.4.3"
},
"preferGlobal": true
}