forked from codeforscience/css-website-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
49
50
51
52
{
"name": "codeforscience-website",
"version": "1.0.0",
"description": "codeforscience.org source",
"main": "index.js",
"scripts": {
"start": "npm run build-css && node render.js && npm run server",
"server": "nodemon --watch templates --watch scss -e scss,js,jade,html -i rendered --exec \"npm run build-css && node render.js && http-server rendered\"",
"test": "node test/run.js | tap-spec",
"watch": "watchify -t brfs index.js -o bundle.js"
},
"keywords": [
],
"author": "max ogden",
"license": "BSD",
"bugs": {
"url": "https://github.com/codeforscience/codeforscience.github.io/issues"
},
"homepage": "http://codeforscience.org",
"dependencies": {
"cheerio": "^0.19.0",
"cptar": "^1.0.0",
"dat-design": "^1.2.11",
"gh-pages-deploy": "^0.3.0",
"handlebars": "^4.0.5",
"jquery": "^2.1.1",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"node-sass": "^3.8.0",
"node-sass-magic-importer": "^0.1.4",
"nodemon": "^1.2.1",
"page": "^1.4.1",
"rimraf": "^2.4.4",
"rss": "^1.2.1",
"xhr": "^2.0.3"
},
"devDependencies": {
"page-router": "^1.0.1",
"autoless": "^0.1.5",
"brfs": "^1.4.0",
"browserify": "^7.0.0",
"dom": "0.0.3",
"gravatar": "^1.1.1",
"http-server": "^0.8.0",
"mustache": "^2.0.0",
"watchify": "^2.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforscience/codeforscience.github.io.git"
}
}