aswi2020vldc-gitlab/templetes/node_modules/nan/tools/package.json @ 143404cb
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "1to2", |
||
3 | "version": "1.0.0", |
||
4 | "description": "NAN 1 -> 2 Migration Script", |
||
5 | "main": "1to2.js", |
||
6 | "repository": { |
||
7 | "type": "git", |
||
8 | "url": "git://github.com/nodejs/nan.git" |
||
9 | }, |
||
10 | "contributors": [ |
||
11 | "Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)", |
||
12 | "Mathias Küsel (https://github.com/mathiask88/)" |
||
13 | ], |
||
14 | "dependencies": { |
||
15 | "glob": "~5.0.10", |
||
16 | "commander": "~2.8.1" |
||
17 | }, |
||
18 | "license": "MIT" |
||
19 | }
|