-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 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
35
36
37
38
{
"name": "happyclassroom",
"version": "1.0.0",
"description": "",
"main": "studentGroupings.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jameslaneconkling/happyClassroom.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jameslaneconkling/happyClassroom/issues"
},
"homepage": "https://github.com/jameslaneconkling/happyClassroom#readme",
"dependencies": {
"backbone": "^1.2.1",
"backbone.d3view": "^0.3.0",
"browserify": "^11.0.1",
"d3": "^3.5.6",
"handlebars": "^4.0.2",
"jquery": "^2.1.4",
"underscore": "^1.8.3",
"zurb-foundation-npm": "0.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"lodash.assign": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
}
}