-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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
{
"name": "symcode",
"author": {
"name": "Steven Davis",
"email": "sgdavis1@gmail.com",
"url": "http://about.me/sgdavis"
},
"description": "SymCode: guiding real-time programming demonstrations",
"bugs": {
"url": "https://github.com/sgdavis1/symcode/issues",
"email": "sgdavis1@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sgdavis1/symcode.git"
},
"dependencies": {
"client-sessions": "^0.7.0",
"express": "^4.13.1",
"swig": "^1.4.2"
},
"readme": "Nothing",
"devDependencies": {
"fs-extra": "^0.22.1",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6"
}
}