-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 962 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": "embedded-html-component-template",
"version": "0.0.1",
"description": "A base gulp template for working on xerox.com custom html5 components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Paul Hawxby (xerox)",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.2.2",
"gulp-clone": "^1.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.1.0",
"gulp-filter": "^5.0.0",
"gulp-flatmap": "^1.0.0",
"gulp-htmltidy": "^0.2.2",
"gulp-jshint": "^2.0.1",
"gulp-live-server": "0.0.30",
"gulp-mustache": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.2",
"opn": "^4.0.2",
"run-sequence": "^1.2.2"
}
}