-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "riptide",
"version": "0.2.0",
"description": "Github Resurrection",
"main": "riptide/app.coffee",
"repository": "prashnts/prashnts.github.io",
"scripts": {
"start": "brunch watch -s",
"build": "brunch build -p",
"deploy": "sh deploy",
"test": "mocha"
},
"author": "Prashant Sinha",
"license": "MIT",
"dependencies": {
"auto-reload-brunch": "^2.2.0",
"axis": "^1.0.0",
"brunch": "^2.9.1",
"cash-dom": "^1.3.4",
"clean-css-brunch": "^2.0.0",
"closure-compiler-brunch": "^0.1.0",
"coffee-script-brunch": "^2.0.0",
"coffeelint-brunch": "^2.0.0",
"css-brunch": "^2.6.1",
"cssnano-brunch": "^1.1.6",
"html-pdf": "^2.1.0",
"http-server": "^0.10.0",
"jaded-brunch": "^2.3.0",
"javascript-brunch": "^2.0.0",
"jeet": "^7.1.0",
"js-yaml": "^3.6.1",
"lodash": "^4.11.1",
"marked": "^0.3.6",
"moment": "^2.15.1",
"normalize.css": "^7.0.0",
"postcss-brunch": "^2.0.3",
"stylus-brunch": "^2.7.2",
"typeset-brunch": "^0.1.1",
"wintersmith": "^2.3.2"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^3.0.2"
}
}