-
Notifications
You must be signed in to change notification settings - Fork 470
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "nodeschool.github.io",
"version": "1.0.0",
"description": "nodeschool.io webpage",
"main": "index.js",
"scripts": {
"build": "bash ./scripts/build.sh $$",
"build-copy": "node ./scripts/build-copy.js $$",
"build-html": "node ./scripts/build-html.js $$",
"build-chapters": "node ./scripts/build-chapters.js $$",
"build-dependencies": "bash ./scripts/build-dependencies.sh $$",
"generate-css": "bash ./scripts/generate-css.sh",
"generate-language": "node ./scripts/generate-lang.js",
"generate-untranslated-lang": "node ./scripts/generate-untranslated-lang.js",
"validate-html": "node ./scripts/validate-html.js",
"start": "bash ./scripts/start.sh",
"deploy": "bash ./scripts/deploy.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/nodeschool/nodeschool.github.io.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/nodeschool/nodeschool.github.io/issues"
},
"homepage": "https://github.com/nodeschool/nodeschool.github.io",
"dependencies": {
"is-running": "^2.0.0",
"mustache": "^2.2.1",
"xhr": "^2.2.0"
},
"devDependencies": {
"after-all": "^2.0.1",
"autoprefixer-stylus": "^0.9.4",
"axios": "^0.18.0",
"browserify": "^12.0.1",
"cheerio": "^0.19.0",
"dotenv": "^6.1.0",
"gaze": "^0.5.1",
"glob": "^6.0.3",
"jsdom": "^7.1.0",
"live-server": "^0.9.0",
"mkdirp": "^0.5.1",
"read": "^1.0.5",
"stylus": "^0.54.5"
}
}