-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 861 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
{
"name": "gulp-twing",
"version": "4.0.0",
"description": "Twing plugin for gulp.js",
"repository": {
"type": "git",
"url": "git://github.com/ericmorand/gulp-twing"
},
"keywords": [
"gulp",
"gulpplugin",
"twig",
"twing"
],
"main": "src/index.js",
"scripts": {
"precover": "rimraf coverage",
"test": "tape 'test/*.js' | tap-mocha-reporter spec",
"cover": "nyc npm t",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"author": "Eric MORAND <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"replace-ext": "^1.0.0",
"tap": "^11.1.1",
"tape": "^4.9.2",
"twing": "^5.0.2",
"vinyl": "^2.1.0"
},
"peerDependencies": {
"twing": "^5.0.2"
}
}