-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 886 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": "crash-nebula-boilerplate",
"version": "0.0.3",
"description": "Boilerplate for ruby roda projects",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browserify": "^12.0.1",
"coffeeify": "^2.0.1",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/millenniumbrain/crash-nebula-boilerplate.git"
},
"keywords": [
"ruby",
"coffee-script"
],
"author": "Millennium Brain",
"license": "MIT",
"bugs": {
"url": "https://github.com/millenniumbrain/crash-nebula-boilerplate/issues"
},
"homepage": "https://github.com/millenniumbrain/crash-nebula-boilerplate#readme"
}