|
1 | 1 | {
|
2 |
| - "name": "native-developer-tools", |
3 |
| - "version": "0.1.0", |
4 |
| - "description": "Adds interface options for interacting with the V8 developer tools.", |
5 |
| - "private": true, |
6 |
| - "authors": [ |
7 |
| - "Donald Atkinson" |
8 |
| - ], |
9 |
| - "keywords": [ |
10 |
| - "web-components", |
11 |
| - "polymer", |
12 |
| - "hotkey" |
13 |
| - ], |
14 |
| - "main": "index.html", |
15 |
| - "repository": { |
16 |
| - "type": "git", |
17 |
| - "url": "git://github.com/FuzzicalLogic/native-developer-tools.git" |
18 |
| - }, |
19 |
| - "license": "http://polymer.github.io/LICENSE.txt", |
20 |
| - "homepage": "https://github.com/FuzzicalLogic/native-developer-tools", |
21 |
| - "ignore": [], |
22 |
| - "dependencies": { |
23 |
| - "polymer": "Polymer/polymer#^1.0.0", |
24 |
| - "liquid-hotkey-event": "FuzzicalLogic/liquid-hotkey-event" |
25 |
| - }, |
26 |
| - "devDependencies": { |
27 |
| - "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
28 |
| - "iron-image": "polymerelements/iron-image#^1.0.0", |
29 |
| - "paper-styles": "polymerelements/paper-styles#^1.0.0", |
30 |
| - "test-fixture": "polymerelements/test-fixture#^1.0.0", |
31 |
| - "web-component-tester": "polymer/web-component-tester#^3.4.0", |
32 |
| - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
33 |
| - } |
| 2 | + "name": "native-developer-tools", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Adds interface options for interacting with the V8 developer tools.", |
| 5 | + "private": true, |
| 6 | + "authors": [ |
| 7 | + "Donald Atkinson" |
| 8 | + ], |
| 9 | + "keywords": [ |
| 10 | + "web-components", |
| 11 | + "polymer", |
| 12 | + "hotkey" |
| 13 | + ], |
| 14 | + "main": "index.html", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git://github.com/FuzzicalLogic/native-developer-tools.git" |
| 18 | + }, |
| 19 | + "license": "http://polymer.github.io/LICENSE.txt", |
| 20 | + "homepage": "https://github.com/FuzzicalLogic/native-developer-tools", |
| 21 | + "ignore": [], |
| 22 | + "dependencies": { |
| 23 | + "polymer": "Polymer/polymer#^1.0.0", |
| 24 | + "liquid-hotkey-event": "FuzzicalLogic/liquid-hotkey-event#~0.1.0" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
| 28 | + "iron-image": "polymerelements/iron-image#^1.0.0", |
| 29 | + "paper-styles": "polymerelements/paper-styles#^1.0.0", |
| 30 | + "test-fixture": "polymerelements/test-fixture#^1.0.0", |
| 31 | + "web-component-tester": "polymer/web-component-tester#^3.4.0", |
| 32 | + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 33 | + } |
34 | 34 | }
|
0 commit comments