fxa/packages/fxa-auth-server/package.json

38 строки
932 B
JSON

{
"name": "picl-idp",
"version": "0.0.0",
"description": "An identity provider for PiCL services",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "CONFIG_FILES=./test/config/test.json ./node_modules/.bin/mocha -R spec --recursive --timeout 10000",
"start": "NODE_ENV=local node index.js"
},
"repository": "",
"license": "MPL 2.0",
"readmeFilename": "README.md",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"hapi": "1.2.0",
"compute-cluster": "0.0.7",
"jwcrypto": "0.4.3",
"handlebars": "1.0.10",
"convict": "0.1.1",
"hoek": "0.8.5",
"uuid": "1.4.1",
"async": "0.2.8",
"kvstore": "git://github.com/mozilla/node-kvstore.git#4b8c2f6763",
"good": "0.5.7"
},
"devDependencies": {
"awsbox": "git://github.com/dannycoates/awsbox.git",
"mocha": "1.9.x",
"request": "2.21.x",
"jshint": "0.9.1"
}
}