-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 744 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 744 Bytes
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
{
"name": "goingnowhere",
"version": "1.0.0",
"description": "A compilation of tests producing nonsense",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmrotule/goingnowhere.git"
},
"author": "Pierre-Michel Brown",
"license": "ISC",
"bugs": {
"url": "https://github.com/pmrotule/goingnowhere/issues"
},
"homepage": "https://github.com/pmrotule/goingnowhere#readme",
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-sass": "^2.3.2"
}
}