-
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.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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": "bookshelf-jsdoc-theme",
"version": "1.0.1",
"description": "JSDoc theme used by bookshelfjs.org, the homepage of the Bookshelf.js ORM http://bookshelfjs.org",
"main": "publish.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"styles": "rm -f src/styles/main.css && node-sass src/styles/main.scss static/styles/main.css",
"build": "npm run styles"
},
"repository": {
"type": "git",
"url": "git@github.com:wiris/mathtype-integration-jsdoc-theme.git"
},
"author": {
"name": "Nijiko Yonskai",
"email": "nijikokun@gmail.com"
},
"contributors": [
{
"name": "Rhys van der Waerden",
"url": "https://github.com/rhys-vdw"
},
{
"name": "Ricardo Graça",
"email": "ricardo@devius.net"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/wiris/mathtype-integration-jsdoc-theme/issues"
},
"homepage": "https://github.com/wiris/mathtype-integration-jsdoc-theme",
"devDependencies": {
"font-awesome": "^4.7.0",
"node-sass": "^6.0.0"
},
"dependencies": {
"catharsis": "^0.9.0",
"lodash": "^4.17.21",
"taffydb": "2.6.2"
}
}