-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 KB
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
{
"name": "library",
"scripts": {
"prep": "node pack",
"push": "cd dist && clasp push",
"generate-docs": "jsdoc -c conf.json",
"map": "markdown-notes-tree --includeUpwardNavigation --ignore docs/*.*"
},
"devDependencies": {
"@google/clasp": "^2.4.2",
"babel-core": "^4.7.16",
"babel-loader": "^9.1.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"clean-jsdoc-theme": "^4.1.10",
"docdash": "^2.0.0",
"es3ify-webpack-plugin": "0.0.1",
"gas-webpack-plugin": "^0.3.0",
"html-loader": "^0.5.5",
"jsdoc-to-markdown": "^8.0.0",
"markdown-notes-tree": "^1.13.0"
},
"version": "1.0.0",
"main": "./docs/index.html",
"description": "<!-- @format -->",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "https://github.com/PhobiaCide/library.git"
},
"author": {
"name": "PhobiaCide",
"email": "aamason86@gmail.com",
"url": "https://github.com/PhobiaCide"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PhobiaCide/library/issues"
},
"homepage": "https://github.com/PhobiaCide/library#readme"
}