-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 824 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
{
"name": "mothership-wireless-coffee",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mothershipcode/mothership-wireless-coffee.git"
},
"author": "Henry Kaufman <[email protected]> (http://kaufman.io)",
"license": "ISC",
"homepage": "https://bitbucket.org/mothershipcode/mothership-wireless-coffee#readme",
"devDependencies": {
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-clean-css": "2.0.13",
"gulp-eslint": "3.0.1",
"gulp-if": "2.0.2",
"gulp-inject": "^4.1.0",
"gulp-inject-string": "^1.1.0",
"gulp-uglify": "2.0.0",
"gulp-useref": "3.1.2",
"pump": "1.0.1",
"run-sequence": "1.2.2"
}
}