forked from usagov/vote-gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "vote.gov",
"version": "1.0.0",
"main": "gulpfile.js",
"config": {
"votegov": {
"hugo": {
"en": "config.toml",
"es": "config_es.toml"
},
"urls": {
"staging": "https://vote-gov-staging.apps.cloud.gov",
"production": "https://vote.gov/"
}
}
},
"scripts": {
"postinstall": "gem install scss_lint",
"build": "gulp build:website",
"start": "gulp website",
"test": "gulp test",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/vote-gov.git"
},
"author": "",
"bugs": {
"url": "https://github.com/18F/vote-gov/issues"
},
"homepage": "https://github.com/18F/vote-gov#readme",
"license": "CC0-1.0",
"devDependencies": {
"browserify": "^13.0.0",
"cross-spawn": "^4.0.0",
"del": "^2.2.0",
"eslint": "^2.10.2",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-scss-lint": "^0.3.9",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"run-sequence": "^1.1.5",
"uswds": "^0.8.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}