-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.59 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": "phillydsa",
"version": "0.0.1",
"description": "",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"del": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
"gulp": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
"gulp-autoprefixer": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-3.1.1.tgz",
"gulp-cache": "https://registry.npmjs.org/gulp-cache/-/gulp-cache-0.4.6.tgz",
"gulp-concat": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
"gulp-cssnano": "https://registry.npmjs.org/gulp-cssnano/-/gulp-cssnano-2.1.2.tgz",
"gulp-imagemin": "https://registry.npmjs.org/gulp-imagemin/-/gulp-imagemin-3.2.0.tgz",
"gulp-jshint": "https://registry.npmjs.org/gulp-jshint/-/gulp-jshint-2.0.4.tgz",
"gulp-livereload": "https://registry.npmjs.org/gulp-livereload/-/gulp-livereload-3.8.1.tgz",
"gulp-notify": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.0.0.tgz",
"gulp-rename": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz",
"gulp-ruby-sass": "https://registry.npmjs.org/gulp-ruby-sass/-/gulp-ruby-sass-2.1.1.tgz",
"gulp-uglify": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.1.2.tgz",
"gulp-watch": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-4.3.11.tgz",
"jshint": "https://registry.npmjs.org/jshint/-/jshint-2.9.4.tgz"
},
"dependencies": {
"jsdom": "^11.0.0",
"uncss": "^0.14.1",
"xml2js": "^0.4.17"
}
}