-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "tjsdoc-tests-ecmascript",
"version": "0.0.1",
"description": "Provides shared Javascript testing resources for TJSDoc utilized across various repos. (non-published)",
"homepage": "https://github.com/typhonjs-node-tjsdoc/tjsdoc-tests-ecmascript",
"license": "MPL-2.0",
"author": {
"name": "typhonrt"
},
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-node-tjsdoc/tjsdoc-tests-ecmascript.git"
},
"maintainers": [
{
"name": "typhonrt",
"email": "[email protected]",
"url": "https://github.com/typhonrt"
}
],
"dependencies": {
"babel-polyfill": "^6.0.0",
"backbone-esnext-eventbus": "^0.3.0",
"typhonjs-plugin-manager": "^0.2.0",
"tjsdoc-test-utils": "git+https://[email protected]/typhonjs-node-tjsdoc/tjsdoc-test-utils.git"
},
"devDependencies": {
"typhonjs-config-eslint": "^0.5.0",
"typhonjs-npm-build-test": "^0.7.0"
},
"scripts": {
"eslint": "eslint .",
"prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js"
},
"keywords": [
],
"files": [
"test",
"AUTHORS.md"
],
"directories": {},
"main": "registerBabel.js",
"bugs": {
"url": "https://github.com/typhonjs-node-tjsdoc/tjsdoc/issues"
}
}