forked from ryanflorence/loom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1018 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1018 Bytes
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
{
"name": "loom",
"version": "3.1.2",
"description": "Weave your wefts betwixt the warps of loom generators and scaffolds.",
"main": "loom.js",
"scripts": {
"test": "node_modules/.bin/mocha --require should --reporter dot --ui bdd $(find test -name \"*.spec.js\")",
"watch": "node_modules/.bin/mocha --watch --require should --reporter dot --ui bdd $(find test -name \"*.spec.js\")"
},
"bin": {
"generate": "./bin/generate"
},
"author": "Ryan Florence",
"license": "MIT",
"peerDependencies": {
"originate": "0.1.x"
},
"dependencies": {
"commander": "~2.0.0",
"fs-extra": "~0.6.3",
"loom-engine-hbs": "2.0.0",
"cli-color": "~0.2.2",
"cli-prompt": "~0.3.2",
"async": "~0.2.9"
},
"devDependencies": {
"mocha": "~1.12.0",
"sinon": "~1.7.3",
"should": "~1.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/rpflorence/loom"
},
"keywords": [
"generator",
"scaffold",
"template",
"templating"
]
}