-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1008 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": "sensible",
"version": "1.0.1",
"description": "Company website for Don't Expect Anything Sensible",
"main": "index.html",
"scripts": {
"start": "grunt",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dontexpectanythingsensible/companysite.git"
},
"author": "James Tease @whostolemyhat",
"license": "ISC",
"bugs": {
"url": "https://github.com/dontexpectanythingsensible/companysite/issues"
},
"homepage": "https://github.com/dontexpectanythingsensible/companysite#readme",
"devDependencies": {
"autoprefixer": "^8.1.0",
"connect": "^3.4.0",
"grunt": "^1.0.2",
"grunt-asset-cachebuster": "^0.5.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"imagemin-mozjpeg": "^7.0.0",
"load-grunt-tasks": "^3.4.0",
"serve-static": "^1.10.1",
"zombie": "^5.0.8"
}
}