-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 960 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": "albie-and-ember",
"version": "1.0.0",
"description": "A chilren's story about an adventuring teddy",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp build && node server.js"
},
"author": "Jon Roobottom and Rachel Anderson",
"license": "ISC",
"dependencies": {
"compression": "^1.6.2",
"express": "^4.14.0"
},
"devDependencies": {
"css-loader": "^0.23.1",
"del": "^2.2.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.12",
"gulp-connect": "^5.0.0",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-htmlmin": "^2.0.0",
"gulp-less": "^3.1.0",
"gulp-nunjucks": "^2.2.0",
"gulp-postcss": "^6.2.0",
"gulp-uglify": "^2.0.0",
"less": "^2.7.1",
"markdown-to-json": "^0.4.2",
"marked": "^0.3.6",
"postcss-wcag-contrast": "^1.0.0",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
}
}