-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 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
{
"name": "codehipsters.com",
"description": "codehipsters.com website",
"author": "Code Hipsters",
"version": "0.1.337",
"repository": {
"type": "git",
"url": "https://github.com/codehipsters/codehipsters.com.git"
},
"gh-pages-deploy": {
"staticpath": "public",
"cname": "codehipsters.com",
"prep": [
"build"
],
"post": [],
"noprompt": false
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production && NODE_ENV=production node compile.js",
"deploy": "gh-pages-deploy"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"autoprefixer": "^6.5.3",
"babel-brunch": "^6.0.6",
"brunch": "^2.0.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"fs-extra": "^1.0.0",
"gh-pages-deploy": "^0.4.2",
"glob": "^7.1.1",
"javascript-brunch": "^2.0.0",
"marked": "^0.3.6",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"postcss-brunch": "^2.0.5",
"pug": "^2.0.0-beta6",
"sanitize.css": "^4.1.0",
"sass-brunch": "^2.7.0",
"uglify-js-brunch": "^2.0.0"
},
"dependencies": {
"raf": "^3.3.0",
"velocity-animate": "^1.4.0"
}
}