|
1 | 1 | { |
2 | 2 | "name": "espower-typescript", |
3 | | - "version": "7.0.1", |
4 | 3 | "description": "power-assert instrumentor for TypeScript", |
| 4 | + "version": "7.0.1", |
| 5 | + "author": "Teppei Sato <[email protected]>", |
| 6 | + "engines": { |
| 7 | + "node": ">=4" |
| 8 | + }, |
5 | 9 | "main": "index.js", |
6 | 10 | "scripts": { |
7 | 11 | "demo": "mocha --require './guess' test/demo.ts", |
8 | | - "test:outdir": "cd test/test-outdir && mocha --require ../../guess test/*_test.ts", |
9 | | - "test": "mocha --require './guess' test/*_test.ts && npm run test:outdir" |
| 12 | + "test": "mocha --require './guess' test/*_test.ts && npm run test:outdir", |
| 13 | + "test:outdir": "cd test/test-outdir && mocha --require ../../guess test/*_test.ts" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "espower-source": "^2.0.0", |
| 17 | + "minimatch": "^3.0.3", |
| 18 | + "typescript": "^2.2.1", |
| 19 | + "typescript-simple": "^8.0.0" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "expect.js": "^0.3.1", |
| 23 | + "mocha": "^3.1.2", |
| 24 | + "power-assert": "^1.2.0", |
| 25 | + "react": "^15.3.2" |
10 | 26 | }, |
| 27 | + "homepage": "https://github.com/power-assert-js/espower-typescript", |
11 | 28 | "repository": { |
12 | 29 | "type": "git", |
13 | 30 | "url": "https://github.com/power-assert-js/espower-typescript" |
14 | 31 | }, |
15 | 32 | "bugs": { |
16 | 33 | "url": "https://github.com/power-assert-js/espower-typescript/issues" |
17 | 34 | }, |
18 | | - "homepage": "https://github.com/power-assert-js/espower-typescript", |
19 | 35 | "keywords": [ |
20 | 36 | "power-assert", |
21 | 37 | "typescript" |
22 | 38 | ], |
23 | | - "author": "Teppei Sato <[email protected]>", |
24 | | - "license": "MIT", |
25 | | - "devDependencies": { |
26 | | - "expect.js": "^0.3.1", |
27 | | - "mocha": "^3.1.2", |
28 | | - "power-assert": "^1.2.0", |
29 | | - "react": "^15.3.2" |
30 | | - }, |
31 | | - "dependencies": { |
32 | | - "espower-source": "^2.0.0", |
33 | | - "minimatch": "^3.0.3", |
34 | | - "typescript": "~2.1.4", |
35 | | - "typescript-simple": "^7.0.0" |
36 | | - } |
| 39 | + "license": "MIT" |
37 | 40 | } |
0 commit comments