-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "g-chartcolour",
"version": "0.8.26",
"description": "colours for FT charts",
"keywords": [
"d3",
"d3-module"
],
"license": "BSD-3-Clause",
"main": "build/g-chartcolour.js",
"jsnext:main": "index",
"module": "index.js",
"homepage": "https://github.com/ft-interactive/g-chartcolour",
"repository": {
"type": "git",
"url": "https://github.com/ft-interactive/g-chartcolour.git"
},
"scripts": {
"pretest": "rm -rf build && mkdir build && rollup -f umd -n gChartcolour -o build/g-chartcolour.js -- index.js",
"test": "jest",
"update-snapshot": "jest --updateSnapshot",
"prepare": "npm run test && uglifyjs build/g-chartcolour.js -c -m -o build/g-chartcolour.min.js && node doc.js",
"build-docs": "node doc.js"
},
"devDependencies": {
"babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^21.2.1",
"nunjucks": "^3.0.0",
"prettier-eslint": "^8.8.2",
"rollup": "0.27",
"uglify-js": "2"
}
}