node-scr
Version:
JavaScript library to work with Secure Content Resource (SCR) objects
55 lines (54 loc) • 1.38 kB
JSON
{
"name": "node-scr",
"version": "0.3.0",
"description": "JavaScript library to work with Secure Content Resource (SCR) objects",
"main": "./lib/index.js",
"scripts": {
"test": "gulp test:nodejs"
},
"repository": {
"type": "git",
"url": "git@github.com:cisco/node-scr.git"
},
"keywords": [
"scr",
"crypto",
"jose"
],
"author": "Cisco Systems, Inc. <https://www.cisco.com>",
"contributors": [
"Matthew A. Miller <linuxwolf@outer-planes.net>"
],
"license": "Apache-2.0",
"dependencies": {
"es6-promise": "^2.0.1",
"lodash.clone": "^3.0.2",
"node-jose": "^2.0.0"
},
"devDependencies": {
"chai": "^1.10.0",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-doctoc": "^0.1.2",
"gulp-eslint": "^0.5.0",
"gulp-istanbul": "^0.6.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"istanbul": "^0.3.5",
"karma": "^1.2.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.14",
"karma-webpack": "^1.8.0",
"lodash.merge": "^3.3.1",
"mocha": "^2.1.0",
"run-sequence": "^1.0.2",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0",
"yargs": "^3.18.0"
}
}