forked from aloysious/generator-clam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 970 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
{
"name": "generator-clam",
"version": "0.1.87",
"description": "A Clam generator for Yeoman",
"keywords": [
"yeoman-generator",
"clam",
"generator-clam"
],
"homepage": "https://github.com/jayli/generator-clam",
"bugs": "https://github.com/jayli/generator-clam/issues",
"author": {
"name": "bachi",
"email": "bachi@taobao.com",
"url": "https://github.com/jayli"
},
"readmeFilename": "README.md",
"_from": "generator-clam@",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/jayli/generator-clam.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"abc-generator": "~0.0.3",
"git-config": "0.0.6",
"promise": "",
"rmdir": "~1.0.4",
"clam-util":"",
"crypto":"",
"yeoman-generator": "~0.13.3"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}