-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 967 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
{
"name": "tanagra",
"version": "0.3.3",
"description": "Serialization library for javascript",
"main": "demo.js",
"scripts": {
"docs": "find docs/* -not -name CNAME -not -name _config.yml -delete; jsdoc ./* --readme ./landing-page.md -d docs -t ./node_modules/braintree-jsdoc-template -c ./jsdoc.conf.json; mv docs/tanagra/*/* docs/; rm -r docs/tanagra"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lukedawilson/tanagra.git"
},
"keywords": [
"node",
"javascript",
"serializer"
],
"author": "Luke Wilson <[email protected]> (https://github.com/lukedawilson/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukedawilson/tanagra/issues"
},
"homepage": "https://lukedawilson.github.io/tanagra",
"devDependencies": {
"braintree-jsdoc-template": "^3.3.0",
"jsdoc": "^3.6.3"
},
"dependencies": {
"tanagra-core": "^0.3.0",
"tanagra-json": "^0.3.4"
}
}