-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "gulp-tree",
"version": "0.1.4",
"description": "A gulp plugin to create tree JSON from directory. Used for tapestry app",
"keywords": [
"gulpplugin",
"livereload"
],
"homepage": "https://github.com/PebbleRoad/gulp-tree",
"bugs": {
"url": "https://github.com/PebbleRoad/gulp-tree/issues"
},
"author": {
"name": "Vinay M",
"email": "[email protected]",
"url": "https://github.com/PebbleRoad"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/PebbleRoad/gulp-tree.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"event-stream": "*",
"through2": "~0.4.0",
"js-yaml": "~3.0.1",
"marked": "~0.3.1",
"path": "~0.4.9"
},
"devDependencies": {
"gulp-util": "~2.2.0",
"gulp": "~3.3.2",
"assert": "~1.1.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": "MIT",
"readme": "# gulp-tree \n Create a tree JSON from directory. Used for tapestry app",
"readmeFilename": "README.md"
}