-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.51 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "dweeb",
"version": "1.0.0",
"description": "web server for dweebs",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/pgruenbacher/dweeb.git"
},
"keywords": [
"golang",
"go",
"node",
"react",
"gulp"
],
"author": "paul gruenbacher",
"license": "ISC",
"bugs": {
"url": "https://github.com/pgruenbacher/dweeb/issues"
},
"homepage": "https://github.com/pgruenbacher/dweeb",
"dependencies": {
"fluxible": "^0.3.0",
"react": "^0.13.1",
"react-addons": "^0.9.1-deprecated",
"react-tools": "^0.13.1",
"superagent": "^1.1.0"
},
"devDependencies": {
"browser-sync": "^2.3.1",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.3",
"coffee-script": "^1.9.1",
"coffeeify": "^1.0.0",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.6",
"gulp-env": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-less": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-shell": "^0.4.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "0.0.5",
"gulp-sym": "0.0.14",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"node-notifier": "^4.1.2",
"pretty-hrtime": "^1.0.0",
"reactify": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
}
}