-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 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
36
37
38
39
{
"name": "salesrepublic.se",
"version": "0.1.0",
"description": "Website for Sales Republic.",
"homepage": "https://github.com/synackdigital/salesrepublic.se#readme",
"author": "Synack AB <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/synackdigital/salesrepublis.se.git"
},
"bugs": {
"url": "https://github.com/synackdigital/salesrepublis.se/issues"
},
"license": "ISC",
"engines": {
"node": "0.10.36",
"npm": "2.3.0"
},
"scripts": {
"test": "gulp build:production"
},
"devDependencies": {
"asset-builder": "^1.1.0",
"browser-sync": "^2.8.0",
"cssnext": "^1.8.2",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-html": "^1.0.4",
"gulp-postcss": "^5.1.9",
"gulp-sequence": "^0.4.0",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.3",
"postcss-import": "^6.1.1",
"require-dir": "^0.3.0"
}
}