-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 846 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
{
"name": "soweb",
"version": "1.0.0",
"description": "Web client for Shoutout",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mynameisraj/soweb.git"
},
"author": "Allen Kleiner, Raj Ramamurthy, Richard Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/mynameisraj/soweb/issues"
},
"homepage": "https://github.com/mynameisraj/soweb",
"devDependencies": {
"bootstrap": "^3.3.6",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.1",
"gulp-sass": "^2.1.0",
"gulp-size": "^2.0.0",
"jquery": "^2.1.4",
"leaflet": "^0.7.7",
"react": "^0.14.2",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
}
}