-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 938 Bytes
/
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
{
"name": "teaching-teamwork",
"author": "Sam Fentress",
"version": "1.0.1",
"repository": "",
"browser": {
"sparks": "./bower_components/breadboard/sparks.js"
},
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js"
},
"devDependencies": {
"beepbeep": "^1.2.0",
"brfs": "^1.2.0",
"browserify": "^8.1.1",
"browserify-shim": "~3.8.0",
"event-stream": "^3.3.0",
"git-rev-sync": "^1.8.0",
"gulp": "^3.8.7",
"gulp-jshint": "^1.9.4",
"gulp-jsonlint": "^1.0.2",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"iframe-phone": "^1.1.3",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^1.0.1",
"jsonwebtoken": "^8.1.0",
"reactify": "^1.0.0",
"require-dir": "^0.3.2",
"superagent": "^3.8.2",
"vinyl-source-stream": "^1.0.0"
},
"browserify-shim": {
"external": "global:External"
},
"dependencies": {}
}