forked from ryanflorence/loom-generators-ember
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
29 lines (29 loc) · 847 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
{
"name": "loom-generators-ember-appkit",
"version": "1.1.1",
"description": "generator set use in ember app kit",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --require should --ui bdd $(find test -name \"*.spec.js\")",
"watch-test": "node_modules/.bin/mocha -w --require should --reporter list --ui bdd $(find test -name \"*.spec.js\")"
},
"author": ["Ryan Florence", "Eric Berry"],
"repository": "https://github.com/cavneb/loom-generators-ember-appkit",
"license": "MIT",
"peerDependencies": {
"loom": "3.x.x"
},
"dependencies": {
"fleck": "~0.5.1",
"glob": "~3.2.6",
"fs-extra": "~0.6.4",
"originate": "~0.1.5",
"loom": "~3.1.2"
},
"devDependencies": {
"mocha": "~1.12.0",
"should": "~1.2.2",
"sinon": "~1.7.3",
"loom-engine-hbs": "2.x.x"
}
}