forked from PebbleRoad/tapestry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "AqueApp",
"version": "1.0.0",
"description": "An app for creating and managing your front-end pattern library",
"homepage": "https://github.com/pebbleRoad/aqueapp",
"author": {
"name": "Vinay M",
"url": "https://github.com/pebbleRoad/aqueapp"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "[email protected]:PebbleRoad/aqueapp.git"
},
"bugs": {
"url": "https://github.com/PebbleRoad/aqueapp"
},
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"gulp": "~3.5.2",
"gulp-util": "~2.2.14",
"gulp-jade": "~0.4.2",
"gulp-sass": "~0.7.1",
"gulp-cssmin": "~0.1.0",
"gulp-clean": "~0.2.4",
"tiny-lr": "0.0.5",
"path": "~0.4.9",
"http": "0.0.0",
"ecstatic": "~0.4.13",
"gulp-embedlr": "~0.5.2",
"gulp-prettify": "~0.1.2",
"js-yaml": "~3.0.1",
"marked": "~0.3.1",
"gulp-rename": "~1.1.0",
"gulp-tree": "0.1.3",
"gulp-prune-html": "git://github.com/rmdort/gulp-prune-html",
"gulp-script-inject": "0.0.6"
},
"dependencies": {}
}