-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 808 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
{
"name": "gulp-dom-processor",
"version": "0.3.0-SNAPSHOT",
"description": "gulp plugin for dom-processor",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BenjaminEckardt/gulp-dom-processor"
},
"scripts": {
"pretest": "jshint *.js test/*.test.js",
"test": "mocha test/*.test.js"
},
"keywords": [
"gulpplugin",
"dom",
"html",
"processor",
"template",
"replace"
],
"author": "Benjamin Eckardt <Benjamin.Eckardt@gmx.net> (https://github.com/BenjaminEckardt)",
"license": "MIT",
"dependencies": {
"dom-processor": "^1.1.1",
"gulp-util": "^3.0.7",
"readable-stream": "^2.0.5"
},
"devDependencies": {
"assert": "^1.3.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"vinyl": "^1.1.1"
}
}