sharinpix
Version:
SharinPix Client
58 lines (57 loc) • 1.4 kB
JSON
{
"name": "sharinpix",
"version": "0.0.9",
"description": "SharinPix Client",
"main": "src/sharinpix.js",
"scripts": {
"test": "coffeelint src",
"build": "webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharinpix/sharinpix-node.git"
},
"keywords": [
"Photos",
"Salesforce",
"Images"
],
"author": "Luc Boissaye",
"license": "MIT",
"bugs": {
"url": "https://github.com/sharinpix/sharinpix-node/issues"
},
"bin": {
"sharinpix": "./bin/sharinpix"
},
"homepage": "https://github.com/sharinpix/sharinpix-node#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "6.2.4",
"babel-preset-es2015": "^6.24.1",
"bootstrap-sass": "3.3.6",
"coffee-loader": "0.7.2",
"coffeelint": "1.15.7",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "1.0.1",
"html-webpack-plugin": "2.20.0",
"jade": "1.11.0",
"jade-loader": "0.8.0",
"jquery": "3.0.0",
"node-sass": "3.7.0",
"sass-loader": "3.2.0",
"style-loader": "0.13.1",
"uglify-js": "2.6.2",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"async": "^2.5.0",
"coffeescript": "^2.3.1",
"fast-csv": "^2.4.1",
"jsrsasign": "5.0.12",
"promise-polyfill": "^6.1.0",
"superagent": "2.0.0"
}
}