-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 991 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": "dna",
"version": "1.0.0",
"description": "Start project",
"main": "gulpfile.js",
"scripts": {
"update": "npm install && npm prune",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://[email protected]/splicebison/dna.git"
},
"author": "Splice Bison",
"license": "ISC",
"bugs": {
"url": "https://github.com/splicebison/dna/issues"
},
"homepage": "https://github.com/splicebison/dna",
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"node-neat": "^1.7.1-beta1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0",
"yargs": "^3.7.0"
}
}