forked from json-e/json-e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 824 Bytes
/
package.json
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
{
"name": "json-e",
"version": "2.3.1",
"description": "json parameterization module inspired from json-parameterization",
"main": "./src/index.js",
"scripts": {
"test": "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": {},
"devDependencies": {
"assume": "^1.4.1",
"browserify": "^14.4.0",
"eslint-config-taskcluster": "^2.0.0",
"eslint-plugin-taskcluster": "^1.0.2",
"mocha": "^3.2.0",
"mocha-eslint": "^3.0.1",
"source-map-support": "^0.4.11",
"timekeeper": "^1.0.0"
},
"engines": {
"node": ">=6.4.0"
}
}