summaryrefslogtreecommitdiffstats
path: root/third_party/python/json-e/package.json
blob: 0c388d57dbe47e9b64dd25a65f1b46ed50c0ae18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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"
  }
}