forked from maxgalbu/gulp-ractive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 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-ractive",
"description": "Precompile ractive templates with Ractive.parse().",
"version": "0.0.1",
"author": {
"name": "Max Galbusera",
"email": "[email protected]"
},
"dependencies": {
"gulp-util": "~2.2.14",
"through2": "^0.5",
"ractive": "~0.7"
},
"engines": {
"node": ">= 0.9"
},
"homepage": "http://maxgalbu.github.io/gulp-ractive/",
"keywords": [
"gulpplugin"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/maxgalbu/gulp-ractive.git"
},
"readme": "",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/maxgalbu/gulp-ractive/issues"
},
"_id": "[email protected]",
"dist": {
"shasum": "6e57f9db36f453d9556975147df600e491c5812b"
},
"_from": "[email protected]",
"_resolved": "https://registry.npmjs.org/gulp-ractive/-/gulp-ractive-0.0.1.tgz"
}