-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 827 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
30
31
32
33
34
35
36
37
38
{
"name": "gulp-hologram",
"version": "1.2.3",
"description": "Generate Hologram style guides with Gulp",
"repository": {
"type": "git",
"url": "https://github.com/rejahrehim/gulp-hologram.git"
},
"author": "Rejah Rehim <[email protected]> (https://rejahrehim.com)",
"keywords": [
"gulpplugin"
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"which": "~1.0.5",
"gulp-util": "~2.2.19",
"path": "~0.4.9",
"stream": "0.0.1",
"plexer": "0.0.3"
},
"directories": {
"test": "test"
},
"dependencies": {
"gulp-util": "~2.2.19",
"path": "~0.4.9",
"plexer": "~0.0.3",
"stream": "~0.0.1",
"which": "~1.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}