-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 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
{
"name": "gulp-kd-pistachio-compiler",
"version": "0.1.1",
"description": "pistachio compiler for KD's own templates",
"main": "index.js",
"dependencies": {
"pistachio-compiler": "0.0.3",
"through2": "^0.6.1",
"gulp-util": "^3.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/koding/gulp-kd-pistachio-compiler.git"
},
"author": {
"name": "Sinan Yasar",
"email": "[email protected]"
},
"license": "MIT",
"readme": "gulp-kd-pistachio-compiler\n==========================\n\npistachio compiler for KD's own templates\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/koding/gulp-kd-pistachio-compiler/issues"
},
"homepage": "https://github.com/koding/gulp-kd-pistachio-compiler",
"_id": "[email protected]",
"dist": {
"shasum": "7f878c65cf612d9690a1ccf2069a99a66661560a"
},
"_from": "[email protected]",
"_resolved": "http://registry.npmjs.org/gulp-kd-pistachio-compiler/-/gulp-kd-pistachio-compiler-0.0.3.tgz"
}