forked from postsai/postsai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 977 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
33
34
35
36
37
{
"name": "postsai",
"version": "0.9.0",
"description": "The Commit Database",
"scripts": {
"test:server": "nosetests -v --with-coverage --cover-branch --cover-erase --cover-package api.py",
"clean": "rm -rf dist",
"dist": "/bin/sh resources/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postsai/postsai.git"
},
"keywords": [
"postsai",
"commit",
"git",
"cvs",
"database",
"bonsai"
],
"author": "Hendrik Brummermann <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/postsai/postsai/issues"
},
"homepage": "https://github.com/postsai/postsai#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-table": "^1.11.0",
"highlightjs": "^8.7.0",
"jquery": "^2.2.0",
"js-md5": "^0.4.1",
"sw-toolbox": "^3.2.1",
"tableExport.jquery.plugin": "git+https://github.com/hhurz/tableExport.jquery.plugin.git"
}
}