-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.39 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dominobase-webapp",
"version": "0.0.0",
"description": "TODO",
"homepage": "http://arkeros.github.io/dominobase/",
"bugs": "http://arkeros.github.io/dominobase/issues",
"license": "GPL-3.0+",
"author": "Rafael Arquero Gimeno",
"repository": {
"type": "git",
"url": "git://github.com/arkeros/dominobase.git"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.1",
"glob": "*",
"gulp": "*",
"gulp-sym": "*",
"gulp-autoprefixer": "*",
"gulp-cache": "^0.1.1",
"gulp-closure-compiler": "*",
"gulp-coffee": "*",
"gulp-concat": "^2.2.0",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.5.0",
"gulp-flatten": "^0.0.2",
"gulp-haml": "*",
"gulp-if": "^1.2.1",
"gulp-jshint": "*",
"gulp-load-plugins": "*",
"gulp-minify-html": "^0.1.3",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-ruby-haml": "*",
"gulp-ruby-sass": "*",
"gulp-size": "*",
"gulp-smoosher": "*",
"gulp-strip-debug": "^0.3.0",
"gulp-symlink": "^1.1.0",
"gulp-tap": "^0.1.1",
"gulp-uglify": "*",
"gulp-vulcanize": "*",
"gulp-useref": "^0.4.3",
"gulp-zopfli": "^0.1.1",
"gulp-gh-pages": "*",
"jshint-stylish": "*",
"orchestrator": "*",
"path": "^0.4.9",
"run-sequence": "*"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}