-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
37
38
39
40
41
{
"name": "speech",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.1",
"cssnano": "^3.4.0",
"csvtojson": "^0.5.1",
"del": "^2.2.0",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.7.1",
"grunt-usemin": "^3.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-minify-css": "^1.2.3",
"gulp-minify-html": "^1.0.5",
"gulp-real-favicon": "^0.2.1",
"gulp-rev": "^7.0.0",
"gulp-uglify": "^1.5.2",
"gulp-usemin": "^0.3.21",
"load-grunt-tasks": "^3.4.0",
"lodash": "^4.0.0",
"pixrem": "^3.0.0"
},
"dependencies": {
"connect-history-api-fallback": "^1.1.0"
}
}