-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.17 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
{
"author": "Lucas Hrabovsky <[email protected]>",
"name": "mott",
"description": "A build tool for writing awesome multiplatform apps in Javascript and HTML",
"version": "0.0.2",
"homepage": "https://github.com/imlucas/mott",
"repository": {
"type": "git",
"url": "git://github.com/imlucas/mott.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"browserify": "2.8.0",
"uglify-js": "1.3.4",
"less": "1.3.3",
"hbs": "2.0.1",
"superagent": "0.12.1",
"findit": "0.1.2",
"mime": "1.2.9",
"which": "1.0.5",
"glob": "3.1.21",
"handlebars-runtime": "1.0.1",
"handlebars": "1.0.11",
"through": "2.2.7",
"express": "3.2.4",
"optimist": "0.4.0",
"jade": "0.30.0",
"aws-sdk": "1.1.0",
"async": "0.2.8",
"fs-extra": "0.6.1",
"socket.io": "0.9.14",
"debug": "0.7.2",
"plist": "0.4.3",
"plog": "0.2.1"
},
"devDependencies": {
"mocha": "1.8.1"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.8.0"
},
"bin": {
"mott": "./bin/mott.js"
},
"license": "MIT",
"mott": {
"recipe": {
"lic": "add license"
}
}
}