|
8 | 8 | "test": "test" |
9 | 9 | }, |
10 | 10 | "scripts": { |
11 | | - "doc" : "kw-doc -c ./doc/config.js", |
12 | | - "doc:www" : "kw-doc -c ./doc/config.js -s", |
13 | | - "doc:publish" : "kw-doc -c ./doc/config.js -mp", |
14 | | - |
15 | | - "commit" : "git cz", |
| 11 | + "doc": "kw-doc -c ./doc/config.js", |
| 12 | + "doc:www": "kw-doc -c ./doc/config.js -s", |
| 13 | + "doc:publish": "kw-doc -c ./doc/config.js -mp", |
| 14 | + "commit": "git cz", |
16 | 15 | "semantic-release": "semantic-release pre && npm publish && semantic-release post", |
17 | | - |
18 | 16 | "build": "node ./build.js", |
19 | 17 | "test": "./build/dockcross bash -c \"cd build && ctest -V\" && standard \"src/*.js\" \"test/**/*.js\" && ava \"test/*.js\" && NODE_PATH=$PWD/dist browserify test/Browser/*.js | tape-run --render=\"tap-spec\" --static \"dist/\" --browser firefox" |
20 | 18 | }, |
|
41 | 39 | }, |
42 | 40 | "homepage": "https://github.com/InsightSoftwareConsortium/ITKBridgeJavaScript#readme", |
43 | 41 | "devDependencies": { |
44 | | - "kw-doc": "1.0.20", |
45 | | - "commitizen": "2.9.6", |
46 | | - "cz-conventional-changelog": "2.0.0", |
47 | | - "semantic-release": "6.3.6", |
48 | | - "condition-circle": "1.5.0", |
49 | | - |
50 | 42 | "async": "^2.0.1", |
51 | 43 | "ava": "^0.19.1", |
52 | 44 | "babel-core": "^6.24.1", |
53 | 45 | "babel-preset-es2015": "^6.24.1", |
54 | 46 | "babelify": "^7.3.0", |
55 | 47 | "browserify": "^14.3.0", |
| 48 | + "commitizen": "2.9.6", |
| 49 | + "condition-circle": "1.5.0", |
| 50 | + "cz-conventional-changelog": "2.0.0", |
56 | 51 | "file-api": "^0.10.4", |
57 | 52 | "fs": "0.0.1-security", |
58 | 53 | "fs-extra": "^0.30.0", |
59 | 54 | "glob": "^7.0.6", |
60 | 55 | "json-loader": "^0.5.4", |
| 56 | + "kw-doc": "1.0.20", |
61 | 57 | "promise-file-reader": "^0.3.1", |
62 | 58 | "promise-worker-transferable": "^1.0.4", |
63 | 59 | "ramda": "^0.23.0", |
| 60 | + "semantic-release": "6.3.6", |
64 | 61 | "standard": "^8.6.0", |
65 | 62 | "tap-spec": "^4.1.1", |
66 | 63 | "tape": "^4.6.3", |
67 | | - "tape-run": "^3.0.0" |
| 64 | + "tape-run": "^3.0.0", |
| 65 | + "uglifyify": "^3.0.4" |
68 | 66 | }, |
69 | 67 | "dependencies": { |
70 | 68 | "mime-types": "^2.1.15", |
|
0 commit comments