-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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": "crackers",
"description": "Comic rack HTML gallery generator",
"keywords": [
"comics",
"commandline",
"gallery",
"generator"
],
"author": "Joe Drago",
"version": "0.0.74",
"license": "BSL-1.0",
"engines": {
"node": ">=0.8.0"
},
"main": "js/crackers.js",
"bin": {
"crackers": "./bin/crackers"
},
"homepage": "https://github.com/joedrago/node-crackers",
"repository": {
"type": "git",
"url": "git://github.com/joedrago/node-crackers.git"
},
"scripts": {
"build": "cake build"
},
"devDependencies": {
"browserify": "^13.0.0",
"coffee-script": "1.9.3",
"coffeeify": "^2.0.1",
"material-ui": "0.15.0-alpha.1",
"pubsub-js": "^1.5.3",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-addons-perf": "^0.14.8",
"react-dimensions": "^1.0.2",
"react-dom": "^0.14.7",
"react-loader": "^2.0.0",
"react-motion": "^0.4.2",
"react-tap-event-plugin": "^0.2.2",
"remarkable": "^1.6.2",
"uglifyify": "^3.0.1"
},
"dependencies": {
"minimist": "^1.2.5",
"moment": "2.19.3",
"touch": "1.0.0",
"which": "1.1.1"
}
}