forked from gongo/pizza-figlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "pizza-figlet",
"description": "Making large letters out of :pizza:",
"author": "Wataru MIYAGUNI <[email protected]>",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/gongo/pizza-figlet"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"scripts": {
"start": "node-dev web.js",
"test": "gulp test",
"postinstall": "bower install && brunch build --production"
},
"directories": {
"test": "test/"
},
"dependencies": {
"bootstrap": "^3.2.0",
"bower": "^1.3.5",
"brunch": "^1.7.14",
"clean-css-brunch": ">= 1.0 < 1.8",
"coffee-script-brunch": "^1.8.0",
"css-brunch": ">= 1.0 < 1.8",
"express": "^4.6.1",
"figlet": "^1.0.9",
"html-brunch": "^1.6.1",
"javascript-brunch": ">= 1.0 < 1.8",
"less-brunch": "^1.7.2",
"nodetime": "^0.8.15",
"sass-brunch": "^1.8.1",
"uglify-js-brunch": ">= 1.0 < 1.8"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"node-dev": "^2.3.0"
}
}