43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "zone.js",
|
|
"version": "0.10.2",
|
|
"description": "Zones for JavaScript",
|
|
"main": "dist/zone-node.js",
|
|
"browser": "dist/zone.js",
|
|
"unpkg": "dist/zone.js",
|
|
"typings": "dist/zone.js.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^10.9.4",
|
|
"domino": "2.1.2",
|
|
"jest": "^25.1.0",
|
|
"mocha": "^3.1.2",
|
|
"mock-require": "3.0.3",
|
|
"promises-aplus-tests": "^2.1.2",
|
|
"typescript": "~3.4.2"
|
|
},
|
|
"scripts": {
|
|
"electrontest": "cd test/extra && node electron.js",
|
|
"jesttest": "jest --config ./test/jest/jest.config.js ./test/jest/jest.spec.js",
|
|
"promisetest": "tsc -p . && node ./test/promise/promise-test.js",
|
|
"promisefinallytest": "tsc -p . && mocha ./test/promise/promise.finally.spec.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/angular/angular.git",
|
|
"directory": "packages/zone.js"
|
|
},
|
|
"author": "Brian Ford",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular/issues"
|
|
}
|
|
}
|