-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 784 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 784 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
28
29
30
31
{
"name": "hypergrid-template",
"version": "0.1.1",
"description": "Gulp starter with common tasks and scenarios",
"repository": {
"type": "git",
"url": "git://github.com/greypants/gulp-starter.git"
},
"devDependencies": {
"require-dir": "^0.3.0",
"gulp": "^3.9.0",
"browserify": "latest",
"watchify": "latest",
"browser-sync": "^2.8.2",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.6",
"merge-stream": "^1.0.0",
"pretty-hrtime": "^1.0.0",
"gulp-filesize": "0.0.6",
"gulp-js-prettify": "^0.1.0",
"gulp-jshint": "^1.11.2",
"gulp-uglify": "^1.3.0",
"karma": "^0.13.9",
"lodash": "^3.10.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"openfin-launcher": "^0.2.0"
},
"scripts": {}
}