-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
51 lines (51 loc) · 1.19 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
50
51
{
"name": "Openclerk",
"description": "An open source project to keep track of cryptocurrency finances",
"version": "0.35.0",
"keywords": [
"bitcoin",
"litecoin",
"namecoin",
"graphs",
"cryptocurrency"
],
"maintainers": [
{
"name": "Jevon Wright",
"email": "[email protected]",
"web": "https://jevon.org"
}
],
"bugs": {
"url": "http://redmine.jevon.org/projects/openclerk"
},
"repository": {
"type": "svn",
"url": "http://openclerk.googlecode.com/svn/trunk"
},
"licenses": [
{
"name": "GNU General Public License v3",
"url": "https://www.gnu.org/copyleft/gpl.html"
}
],
"homepage": "http://openclerk.org",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bg-shell": "~2.3.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-phpunit": "~0.3.4",
"grunt-touch": "^0.1.0",
"grunt-usemin": "^2.3.0"
},
"dependencies": {
"moment": "^2.8.1"
}
}