|
1 | 1 | {
|
2 |
| - "name": "aw-liner", |
3 |
| - "version": "0.0.2", |
4 |
| - "description": "Split aw-parser tokens into lines", |
5 |
| - "main": "index.js", |
6 |
| - "scripts": { |
7 |
| - "build": "webpack", |
8 |
| - "codecov": "codecov", |
9 |
| - "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec", |
10 |
| - "debug": "mocha --watch --reporter spec --inspect --recursive", |
11 |
| - "doc": "jsdoc -c jsdoc.conf.json -R README.md -P package.json -t node_modules/docdash -u docs/tutorials", |
12 |
| - "eslint": "eslint --format=table index.js liner.js", |
13 |
| - "postversion": "git push && git push --tags", |
14 |
| - "preversion": "git fetch --tags && node scripts/changelog.js https://github.com/afterwriting/aw-liner console", |
15 |
| - "test": "mocha --recursive", |
16 |
| - "version": "npm run build && git add ." |
17 |
| - }, |
18 |
| - "repository": { |
19 |
| - "type": "git", |
20 |
| - "url": "git+https://[email protected]/afterwriting/aw-liner.git" |
21 |
| - }, |
22 |
| - "keywords": [ |
23 |
| - "fountain", |
24 |
| - "liner" |
25 |
| - ], |
26 |
| - "author": "Piotr Jamroz <[email protected]> (https://about.me/piotr.jamroz)", |
27 |
| - "license": "MIT", |
28 |
| - "bugs": { |
29 |
| - "url": "https://github.com/afterwriting/aw-liner/issues" |
30 |
| - }, |
31 |
| - "homepage": "https://github.com/afterwriting/aw-liner#readme", |
32 |
| - "devDependencies": { |
33 |
| - "aw-parser": "0.0.5", |
34 |
| - "chai": "^4.0.2", |
35 |
| - "codecov": "^2.2.0", |
36 |
| - "docdash": "^0.4.0", |
37 |
| - "eslint": "^4.0.0", |
38 |
| - "istanbul": "^0.4.5", |
39 |
| - "jsdoc": "^3.4.3", |
40 |
| - "mocha": "^3.4.2", |
41 |
| - "sinon": "^3.0.0", |
42 |
| - "webpack": "^3.0.0" |
43 |
| - } |
| 2 | + "name": "aw-liner", |
| 3 | + "version": "0.0.3", |
| 4 | + "description": "Split aw-parser tokens into lines", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "build": "webpack", |
| 8 | + "codecov": "codecov", |
| 9 | + "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec", |
| 10 | + "debug": "mocha --watch --reporter spec --inspect --recursive", |
| 11 | + "doc": "jsdoc -c jsdoc.conf.json -R README.md -P package.json -t node_modules/docdash -u docs/tutorials", |
| 12 | + "eslint": "eslint --format=table index.js liner.js", |
| 13 | + "postversion": "git push && git push --tags", |
| 14 | + "preversion": "git fetch --tags && node scripts/changelog.js https://github.com/afterwriting/aw-liner console", |
| 15 | + "test": "mocha --recursive", |
| 16 | + "version": "npm run build && git add ." |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://[email protected]/afterwriting/aw-liner.git" |
| 21 | + }, |
| 22 | + "keywords": [ |
| 23 | + "fountain", |
| 24 | + "liner" |
| 25 | + ], |
| 26 | + "author": "Piotr Jamroz <[email protected]> (https://about.me/piotr.jamroz)", |
| 27 | + "license": "MIT", |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/afterwriting/aw-liner/issues" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/afterwriting/aw-liner#readme", |
| 32 | + "devDependencies": { |
| 33 | + "aw-parser": "0.0.5", |
| 34 | + "chai": "^4.0.2", |
| 35 | + "codecov": "^2.2.0", |
| 36 | + "docdash": "^0.4.0", |
| 37 | + "eslint": "^4.0.0", |
| 38 | + "istanbul": "^0.4.5", |
| 39 | + "jsdoc": "^3.4.3", |
| 40 | + "mocha": "^3.4.2", |
| 41 | + "sinon": "^3.0.0", |
| 42 | + "webpack": "^3.0.0" |
| 43 | + } |
44 | 44 | }
|
0 commit comments