-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1004 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
39
{
"name": "Gopherling",
"version": "0.0.0",
"description": "to-do",
"main": "index.js",
"scripts": {
"setup": "npm install",
"build": "gulp build",
"server": "gulp server"
},
"repository": {
"type": "git",
"url": "https://github.com/gophergala/gopherling.git"
},
"author": "frostwind <[email protected]> (http://www.frostwind.me/)",
"license": "GNU GPL v3",
"bugs": {
"url": "https://github.com/gophergala/gopherling/issues"
},
"homepage": "https://github.com/gophergala/gopherling",
"private": true,
"devDependencies": {
"angular": "^1.3.8",
"angular-route": "^1.3.8",
"angular-websocket": "^1.0.7",
"browserify": "^8.1.1",
"citrine": "0.0.7",
"coffee-script": "^1.8.0",
"coffeeify": "^1.0.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-connect": "^2.2.0",
"gulp-stylus": "^2.0.0",
"jeet": "^6.1.2",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"ws": "^0.7.0"
}
}