wajs
Version:
JavaScript bindings for Wolfram|Alpha web-service API
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "wajs",
"version": "0.0.17",
"description": "JavaScript bindings for Wolfram|Alpha web-service API",
"author": "Clark Feusier <cfeusier@gmail.com>",
"license": "MIT",
"main": "dist/wajs.min.js",
"scripts": {
"test": "node test/index.js",
"clean": "rm -rf ./dist/*",
"prebuild": "npm run clean",
"build": "WEBPACK_ENV=build webpack",
"build:watch": "watch 'npm run build' ./src"
},
"dependencies": {
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"popsicle": "^8.2.0",
"traverse": "^0.6.6",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"watch": "^0.19.2",
"webpack": "^1.13.2",
"webpack-node-externals": "^1.4.3"
},
"keywords": [
"Wolfram",
"Wolfram Alpha",
"Wolfram|Alpha",
"API wrapper"
],
"repository": {
"type": "git",
"url": "https://github.com/Cfeusier/wolfram-alpha-api-js.git"
},
"bugs": {
"url": "https://github.com/Cfeusier/wolfram-alpha-api-js/issues"
},
"engines": {
"node": ">=0.8.0"
}
}