-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.05 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "expendebles",
"version": "1.5.9",
"description": "Your personal privacy-respecting cashflow app.",
"scripts": {
"test": "./grunt.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/p1100i/expendebles.git"
},
"bin": {
"expendebles": "index.js"
},
"files": [
"src/js",
"index.js",
"build/production"
],
"keywords": [
"expendebles",
"cashflow",
"personal"
],
"author": {
"name": "p1100i",
"email": "p1100i@gmx.com"
},
"license": "MIT",
"dependencies": {
"node-static": "^0.7.11",
"short-methods": "^1.5.0",
"yargs": "^12.0.5",
"depi": "^0.1.0"
},
"devDependencies": {
"angular": "^1.7.5",
"angular-local-storage": "^0.7.1",
"angular-mocks": "^1.7.5",
"angular-route": "^1.7.5",
"font-awesome": "^4.7.0",
"grunt": "^1.0.3",
"grunt-angular-templates": "^1.1.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-jasmine-node": "^0.5.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^0.4.4",
"grunt-gh-pages": "^3.1.0",
"grunt-istanbul": "^0.8.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^3.0.1",
"grunt-md5symlink": "^0.2.3",
"grunt-notify": "^0.4.5",
"grunt-protractor-runner": "^5.0.0",
"grunt-replace": "^1.0.1",
"grunt-symlinkassets": "^0.1.3",
"jasmine-core": "^3.3.0",
"karma": "^3.1.4",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-jasmine-diff-reporter": "^2.0.0",
"karma-mocha-reporter": "^2.2.5",
"karma-requirejs": "^1.1.0",
"load-grunt-tasks": "^4.0.0",
"lz-string": "^1.4.4",
"normalize.css": "^8.0.1",
"requirejs": "^2.3.6",
"grunt-ejs": "^0.3.0",
"karma-chrome-launcher": "^2.2.0"
}
}