You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
684 B
31 lines
684 B
{ |
|
"name": "jstransformer", |
|
"version": "1.0.0", |
|
"description": "Normalize the API of any jstransformer", |
|
"keywords": [ |
|
"jstransformer" |
|
], |
|
"dependencies": { |
|
"is-promise": "^2.0.0", |
|
"promise": "^7.0.1" |
|
}, |
|
"devDependencies": { |
|
"coveralls": "^2.11.2", |
|
"istanbul": "^0.4.0", |
|
"testit": "^2.0.2" |
|
}, |
|
"scripts": { |
|
"test": "node test", |
|
"coverage": "istanbul cover test", |
|
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/jstransformers/jstransformer.git" |
|
}, |
|
"author": "ForbesLindesay", |
|
"license": "MIT" |
|
}
|
|
|