forked from DOI-ONRR/doi-extractives-data
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2.17 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "doi-extractives-data",
"version": "1.1.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "^0.9.0",
"colorbrewer": "0.0.2",
"custom-event": "^1.0.0",
"d3": "^3.5.5",
"document-register-element": "^0.5.3",
"immutable": "^3.7.6",
"jquery": "^1.11.3",
"list.js": "^1.1.1",
"lodash": "^3.10.1",
"queue-async": "^1.0.7",
"topojson": "git://github.com/mbostock/topojson.git#oversize"
},
"devDependencies": {
"about-yml-validator": "git+https://github.com/18F/about-yml-npm.git",
"colors": "^1.1.0",
"data-expression": "^0.3.1",
"epipebomb": "^0.1.1",
"extend": "^2.0.0",
"js-yaml": "^3.3.1",
"jshint": "^2.8.0",
"kss": "^2.1.0",
"mkdirp": "^0.5.0",
"mocha": "^2.3.3",
"npm-exec": "^0.1.3",
"request": "^2.55.0",
"rw": "^0.1.4",
"stickyfill-web-module": "1.1.11",
"stream-array": "^1.0.1",
"through2": "^0.6.5",
"tito": "^0.3.0",
"webpack": "^3.12.0",
"yargs": "^3.7.1"
},
"scripts": {
"test": "mocha",
"test-html": "bundle exec htmlproof --disable-external _site",
"webpack": "webpack",
"watch-webpack": "webpack --watch",
"watch-styleguide": "watchy -w '_sass' -- npm run build-styleguide",
"build-styleguide": "rm -rf styleguide && kss-node --config kss-config.json && cd styleguide-template/ && npm run less",
"init-styleguide": "npm-exec kss-node --config kss-config.json",
"lint": "(npm run lint-js; npm run lint-scss) || echo '(there were linting errors)'",
"lint-js": "jshint -c .jshintrc --exclude-path .jshintignore js || echo '(there were JavaScript linting errors)'",
"lint-scss": "bundle exec scss-lint -c .scss-lint.yml || echo '(there were SCSS linting errors)'",
"prod:build": "bundle install; bundle exec jekyll clean; NODE_ENV=prod webpack; bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "https://github.com/18F/doi-extractives-data.git"
},
"author": "18F",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/18F/doi-extractives-data/issues"
},
"homepage": "https://github.com/18F/doi-extractives-data"
}