forked from GSA/10x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 931 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
{
"name": "10x",
"version": "1.0.0",
"description": "Website for The Office of Investments in GSA’s Technology Transformation Service (TTS)",
"scripts": {
"assets": "gulp copy-uswds-assets",
"federalist": "gulp build-app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/10x.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GSA/10x/issues"
},
"homepage": "https://github.com/GSA/10x#readme",
"dependencies": {
"autoprefixer": "^8.6.5",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-gzip": "^1.4.2",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-watch": "^5.0.1",
"path": "^0.12.7",
"postcss-move-media": "^1.0.0-pre",
"postcss-uncss": "^0.16.1",
"uncss": "^0.16.2"
}
}