зеркало из https://github.com/mozilla/gecko-dev.git
36 строки
845 B
JSON
36 строки
845 B
JSON
{
|
|
"name": "json-e",
|
|
"version": "2.7.0",
|
|
"description": "json parameterization module inspired from json-parameterization",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint src/*.js test/*.js",
|
|
"test": "yarn lint && mocha test/*_test.js",
|
|
"build-demo": "cd demo && yarn && yarn build",
|
|
"start-demo": "cd demo && yarn && yarn start"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/taskcluster/json-e"
|
|
},
|
|
"author": "",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"json-stable-stringify": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"assume": "^1.5.2",
|
|
"browserify": "^14.5.0",
|
|
"eslint-config-taskcluster": "^3.0.0",
|
|
"mocha": "^4.0.1",
|
|
"source-map-support": "^0.5.0",
|
|
"timekeeper": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.4.0"
|
|
}
|
|
}
|