forked from nijikokun/minami
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"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": "[email protected]:bookshelf/bookshelf-jsdoc-theme.git"
},
"author": {
"name": "Nijiko Yonskai",
"email": "[email protected]"
},
"contributors": [
{
"name": "Rhys van der Waerden",
"url": "https://github.com/rhys-vdw"
},
{
"name": "Ricardo Graça",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/bookshelf/bookshelf-jsdoc-theme/issues"
},
"homepage": "https://github.com/bookshelf/bookshelf-jsdoc-theme",
"devDependencies": {
"font-awesome": "^4.3.0",
"node-sass": "^4.9.4"
},
"dependencies": {
"catharsis": "^0.8.7",
"eslint": "^5.8.0",
"lodash": "^4.17.11",
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e"
}
}