-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 KB
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": "rwdf",
"homepage": "http://www.rwdfoundation.org",
"version": "0.0.1",
"description": "RWDF",
"main": "app/app.cjsx",
"repository": {
"type": "git",
"url": "git://github.com/ookb/rwdf-site-theme"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run markup && npm run build && browser-sync start --files \"public/index.html, public/assets/*.*\" --server public",
"markup": "coffee ./scripts/renderMarkup.coffee",
"update-dev": "npm run markup && npm run build",
"build": "NODE_ENV=production browserify ./ > ./public/assets/app.js && zopfli ./public/assets/app.js",
"clean": "rm -f ./public/assets/*"
},
"author": "Kristian Bjornard and Kai Curry",
"license": "ISC",
"dependencies": {
"lodash": "3.x",
"react": "0.13.x",
"react-router": "0.13.x",
"superagent": "0.x",
"jsonp": "0.1.x"
},
"devDependencies": {
"gulp": "3.x",
"cape-gulp": "git+https://github.com/cape-io/cape-gulp.git",
"coffee-script": "1.x"
}
}