-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 907 Bytes
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
{
"name": "aphrodite",
"version": "0.0.1",
"description": "CIC Website Templates",
"main": "aphrodite/app.coffee",
"scripts": {
"start": "brunch w -s",
"build": "brunch b -p",
"deploy": "sh deploy.sh"
},
"author": "Prashant Sinha <prashant@ducic.ac.in>",
"license": "MIT",
"repository": "prashnts/aphrodite",
"dependencies": {
"auto-reload-brunch": "^2.2.0",
"autoprefixer": "^6.3.6",
"bootstrap-styl": "^5.0.5",
"brunch": "github:brunch/brunch#aaaee25",
"clean-css-brunch": "^2.0.0",
"coffee-script-brunch": "^2.0.0",
"coffeelint-brunch": "^2.0.0",
"css-brunch": "^2.6.1",
"jaded-brunch": "^2.3.0",
"javascript-brunch": "^2.0.0",
"jeet": "^6.1.2",
"jquery": "^2.2.3",
"lodash": "^4.11.1",
"normalize.css": "^4.1.1",
"postcss-brunch": "^0.5.0",
"stylus-brunch": "^2.6.0",
"uglify-js-brunch": "^2.0.1"
}
}