UNPKG

silkroad-js

Version:

Silkroad SDK compatible with browser and nodejs

54 lines 1.51 kB
{ "name": "silkroad-js", "version": "0.0.1", "description": "Silkroad SDK compatible with browser and nodejs", "main": "src/main.js", "directories": { "example": "examples", "test": "test" }, "dependencies": {}, "devDependencies": { "express": "^4.10.1", "bower": "~1.3.9", "connect": "^3.3.2", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-connect": "0.3.0", "grunt-line-remover": "0.0.2", "grunt-express": "1.4.1", "grunt-execute": "0.2.2", "grunt-open": "0.2.3", "grunt-contrib-watch": "0.6.1", "grunt-mocha-phantomjs": "0.6.0", "grunt-mocha-test": "0.12.2", "mocha": "2.0.1", "sinon": "1.11.1", "chai": "1.9.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf node_modules", "reset": "npm run clean && npm install", "bower": "bower install", "build": "grunt build" }, "repository": { "type": "git", "url": "https://github.com/bq-devtools/silkroad-js.git" }, "keywords": [ "request", "http", "ajax", "cors", "silkroad", "nodejs" ], "author": "Daniel García González", "license": "LGPL", "bugs": { "url": "https://github.com/bq-devtools/silkroad-js/issues" }, "homepage": "https://github.com/bq-devtools/silkroad-js" }