-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.4 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
52
53
54
55
56
57
58
{
"name": "leaves",
"version": "0.24.0",
"description": "Productivity tool for frontend engineers",
"main": "index.js",
"bin": {
"leaves": "bin/leaves.js"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/claudetech/leaves"
},
"keywords": [
"build",
"tool",
"generator",
"designer"
],
"author": "Daniel Perez",
"license": "MIT",
"bugs": {
"url": "https://github.com/claudetech/leaves/issues"
},
"homepage": "http://leaves.claudetech.com",
"devDependencies": {
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.7.0",
"load-grunt-tasks": "^0.6.0",
"coffee-script": "^1.7.1",
"expect.js": "^0.3.1",
"mocha": "^1.20.0"
},
"dependencies": {
"argparse": "^0.1.15",
"async": "^0.9.0",
"errno": "^0.1.1",
"fs-extra": "^0.10.0",
"ftp": "^0.3.7",
"generator-static-website": "^0.16.0",
"git-cli": "^0.5.0",
"grunt": "^0.4.5",
"heroku-publisher": "^0.1.14",
"lodash": "^2.4.1",
"lodash.trim": "^3.0.1",
"npm": "^2.6.1",
"npm-web-api": "^0.1.1",
"prompt": "git+https://github.com/claudetech/prompt.git",
"request": "^2.45.0",
"scp2": "^0.2.1",
"semver": "^3.0.1",
"underscore.string": "^2.3.3",
"yeoman-generator": "^0.17.1"
}
}