forked from AppGeo/emberate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.13 KB
/
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": "emberate",
"description": "helper for using emberjs with commonjs modules",
"version": "2.0.1",
"license": "MIT",
"main": "./lib",
"homepage": "https://github.com/AppGeo/emberate",
"bugs": "https://github.com/AppGeo/emberate/issues",
"bin": {
"emberate": "./bin/emberate"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/AppGeo/emberate.git"
},
"keywords": [
"pods",
"project structure",
"ember-stream-generator",
"ember",
"emberjs",
"browserify",
"streams",
"commonjs",
"emberate"
],
"scripts": {
"test": "node ./test/index.js | tspec",
"test-debug": "node debug ./test/index.js",
"coverage": "istanbul cover test/index.js"
},
"dependencies": {
"chalk": "^0.5.1",
"extend": "^1.3.0",
"fleck": "^0.5.1",
"ltcdr": "^2.2.1",
"readable-stream": "^1.0.31",
"spider-stream": "^0.2.2",
"through2": "^0.6.1"
},
"devDependencies": {
"handlebars": "^2.0.0",
"istanbul": "^0.3.2",
"tap-spec": "^0.2.1",
"tape": "^2.14.0"
},
"peerDependencies": {
"handlebars": ">= 1 < 3"
}
}