35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"name": "angel_client",
|
|
"version": "1.0.0-dev",
|
|
"description": "Client library for the Protevus framework.",
|
|
"main": "build/angel_client.js",
|
|
"jsnext:main": "lib/angel_client.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"compile": "npm run dartdevc && babel -o build/angel_client.js lib/angel_client.js",
|
|
"dartdevc": "dartdevc --modules node -o lib/angel_client.js lib/angel_client.dart",
|
|
"prepublish": "npm run compile",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/protevus-dart/angel_client.git"
|
|
},
|
|
"keywords": [
|
|
"protevus",
|
|
"angel_client"
|
|
],
|
|
"author": "Tobe O <thosakwe@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/protevus-dart/angel_client/issues"
|
|
},
|
|
"homepage": "https://github.com/protevus-dart/angel_client#readme",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015": "^6.18.0"
|
|
}
|
|
}
|