-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 2.39 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
47
48
49
50
51
52
{
"name": "ad-docs",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"docs_old": "node_modules/.bin/jsdoc -c .jsdoc.json",
"postinstall": "npm run docs",
"docs": "node lib/doc_master_nav.js"
},
"engines": {
"node": ">=9.8.0",
"npm": ">=6.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ff0000-ad-tech/ad-animation": "git+https://github.com/ff0000-ad-tech/ad-animation.git",
"@ff0000-ad-tech/ad-assets": "git+https://github.com/ff0000-ad-tech/ad-assets.git",
"@ff0000-ad-tech/ad-canvas": "git+https://github.com/ff0000-ad-tech/ad-canvas.git",
"@ff0000-ad-tech/ad-control": "git+https://github.com/ff0000-ad-tech/ad-control.git",
"@ff0000-ad-tech/ad-dates": "git+https://github.com/ff0000-ad-tech/ad-dates.git",
"@ff0000-ad-tech/ad-entry": "git+https://github.com/ff0000-ad-tech/ad-entry.git",
"@ff0000-ad-tech/ad-events": "git+https://github.com/ff0000-ad-tech/ad-events.git",
"@ff0000-ad-tech/ad-external": "git+https://github.com/ff0000-ad-tech/ad-external.git",
"@ff0000-ad-tech/ad-geom": "git+https://github.com/ff0000-ad-tech/ad-geom.git",
"@ff0000-ad-tech/ad-load": "git+https://github.com/ff0000-ad-tech/ad-load.git",
"@ff0000-ad-tech/ad-particles": "git+https://github.com/ff0000-ad-tech/ad-particles.git",
"@ff0000-ad-tech/ad-ui": "git+https://github.com/ff0000-ad-tech/ad-ui.git",
"@ff0000-ad-tech/ad-useragent": "git+https://github.com/ff0000-ad-tech/ad-useragent.git",
"@ff0000-ad-tech/ad-utils": "git+https://github.com/ff0000-ad-tech/ad-utils.git",
"@ff0000-ad-tech/ad-velvet": "git+https://github.com/ff0000-ad-tech/ad-velvet.git",
"@ff0000-ad-tech/ad-video": "git+https://github.com/ff0000-ad-tech/ad-video.git",
"@ff0000-ad-tech/ad-view": "git+https://github.com/ff0000-ad-tech/ad-view.git",
"babel-core": "^6.26.3",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"ink-docstrap": "git+https://github.com/ff0000-ad-tech/docstrap.git",
"jsdoc": "git+https://github.com/ff0000-ad-tech/jsdoc.git",
"jsdoc-babel": "^0.3.0",
"jsdoc-npmpackage-tag": "git+https://github.com/ff0000-ad-tech/jsdoc-npmpackage-tag.git",
"jsdoc-to-markdown": "^4.0.1"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-prettier": "^2.7.0",
"prettier": "^1.17.1"
}
}