|
1 | 1 | {
|
2 |
| - "author": "basarat", |
3 |
| - "name": "grunt-ts", |
4 |
| - "description": "Compile and manage your TypeScript project", |
5 |
| - "version": "1.11.2", |
6 |
| - "homepage": "https://github.com/grunt-ts/grunt-ts", |
7 |
| - "repository": { |
8 |
| - "type": "git", |
9 |
| - "url": "[email protected]:grunt-ts/grunt-ts.git" |
| 2 | + "author": "basarat", |
| 3 | + "name": "grunt-ts", |
| 4 | + "description": "Compile and manage your TypeScript project", |
| 5 | + "version": "1.11.2", |
| 6 | + "homepage": "https://github.com/grunt-ts/grunt-ts", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "[email protected]:grunt-ts/grunt-ts.git" |
| 10 | + }, |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/grunt-ts/grunt-ts/issues" |
| 13 | + }, |
| 14 | + "licenses": [ |
| 15 | + { |
| 16 | + "type": "MIT", |
| 17 | + "url": "https://github.com/grunt-ts/grunt-ts/blob/master/LICENSE" |
| 18 | + } |
| 19 | + ], |
| 20 | + "main": "grunt.js", |
| 21 | + "maintainers": [ |
| 22 | + { |
| 23 | + "name": "basarat", |
| 24 | + |
10 | 25 | },
|
11 |
| - "bugs": { |
12 |
| - "url": "https://github.com/grunt-ts/grunt-ts/issues" |
| 26 | + { |
| 27 | + "name": "jeffmay", |
| 28 | + |
13 | 29 | },
|
14 |
| - "licenses": [ |
15 |
| - { |
16 |
| - "type": "MIT", |
17 |
| - "url": "https://github.com/grunt-ts/grunt-ts/blob/master/LICENSE" |
18 |
| - } |
19 |
| - ], |
20 |
| - "main": "grunt.js", |
21 |
| - "maintainers": [ |
22 |
| - { |
23 |
| - "name": "basarat", |
24 |
| - |
25 |
| - }, |
26 |
| - { |
27 |
| - "name": "jeffmay", |
28 |
| - |
29 |
| - }, |
30 |
| - { |
31 |
| - "name": "bartvds", |
32 |
| - |
33 |
| - } |
34 |
| - ], |
35 |
| - "engines": { |
36 |
| - "node": ">= 0.8.0" |
37 |
| - }, |
38 |
| - "scripts": { |
39 |
| - "test": "grunt test" |
40 |
| - }, |
41 |
| - "dependencies": { |
42 |
| - "typescript": "1.0.0", |
43 |
| - "chokidar": "0.8.2", |
44 |
| - "underscore": "1.5.1", |
45 |
| - "underscore.string": "2.3.3", |
46 |
| - "es6-promise": "~0.1.1", |
47 |
| - "rimraf": "2.2.6", |
48 |
| - "ncp": "0.5.1" |
49 |
| - }, |
50 |
| - "peerDependencies": { |
51 |
| - "grunt": "~0.4.0" |
52 |
| - }, |
53 |
| - "devDependencies": { |
54 |
| - "grunt": "~0.4.0", |
55 |
| - "grunt-tslint": "~0.4.0", |
56 |
| - "grunt-contrib-watch": "~0.6.1", |
57 |
| - "grunt-contrib-clean": "~0.4.0", |
58 |
| - "grunt-contrib-jshint": "~0.8.0", |
59 |
| - "grunt-contrib-nodeunit": "~0.2.2", |
60 |
| - "tslint-path-formatter": "~0.1.1", |
61 |
| - "source-map-support": "~0.2.5", |
62 |
| - "jshint-path-reporter": "~0.1.3", |
63 |
| - "grunt-continue": "0.0.1" |
64 |
| - }, |
65 |
| - "optionalDependencies": {}, |
66 |
| - "keywords": [ |
67 |
| - "gruntplugin", |
68 |
| - "typescript", |
69 |
| - "compiler" |
70 |
| - ] |
| 30 | + { |
| 31 | + "name": "bartvds", |
| 32 | + |
| 33 | + } |
| 34 | + ], |
| 35 | + "engines": { |
| 36 | + "node": ">= 0.8.0" |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "test": "grunt test" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "typescript": "1.0.0", |
| 43 | + "chokidar": "0.8.2", |
| 44 | + "underscore": "1.5.1", |
| 45 | + "underscore.string": "2.3.3", |
| 46 | + "es6-promise": "~0.1.1", |
| 47 | + "rimraf": "2.2.6", |
| 48 | + "ncp": "0.5.1" |
| 49 | + }, |
| 50 | + "peerDependencies": { |
| 51 | + "grunt": "~0.4.0" |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "grunt": "~0.4.0", |
| 55 | + "grunt-continue": "0.0.1", |
| 56 | + "grunt-contrib-clean": "~0.4.0", |
| 57 | + "grunt-contrib-jshint": "~0.8.0", |
| 58 | + "grunt-contrib-nodeunit": "~0.2.2", |
| 59 | + "grunt-contrib-watch": "~0.6.1", |
| 60 | + "grunt-debug-task": "^0.1.4", |
| 61 | + "grunt-tslint": "~0.4.0", |
| 62 | + "jshint-path-reporter": "~0.1.3", |
| 63 | + "source-map-support": "~0.2.5", |
| 64 | + "tslint-path-formatter": "~0.1.1" |
| 65 | + }, |
| 66 | + "optionalDependencies": {}, |
| 67 | + "keywords": [ |
| 68 | + "gruntplugin", |
| 69 | + "typescript", |
| 70 | + "compiler" |
| 71 | + ] |
71 | 72 | }
|
0 commit comments