forked from introprogramming/introprogramming.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 939 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 939 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
34
{
"name": "introprogramming-website",
"version": "0.1.0",
"description": "Website for introductory programming course at Chalmers",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/introprogramming/introprogramming.github.io.git"
},
"author": "Johan Brook",
"license": "ISC",
"bugs": {
"url": "https://github.com/introprogramming/introprogramming.github.io/issues"
},
"homepage": "https://github.com/introprogramming/introprogramming.github.io",
"devDependencies": {
"connect": "^2.19.6",
"github": "^0.1.16",
"gulp": "*",
"gulp-livereload": "~1.5.0",
"gulp-sass": "*",
"gulp-serve": "^0.2.0",
"gulp-util": "^2.2.17",
"gulp-watch": "~0.6.5",
"marked": "^0.3.2",
"node-zip": "^1.1.0",
"partial": "0.0.3",
"q": "^1.0.1",
"q-io": "^1.11.2"
}
}