-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.84 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
{
"name": "financier",
"version": "0.1.0",
"description": "A javascript, offline, electron-based YNAB4 ideology alternative.",
"main": "index.js",
"scripts": {
"test": "gulp test",
"start": "node ./api",
"compile": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aeharding/Financier.git"
},
"author": "Alexander Harding",
"license": "MIT",
"bugs": {
"url": "https://github.com/aeharding/Financier/issues"
},
"homepage": "https://github.com/aeharding/Financier#readme",
"devDependencies": {
"connect-livereload": "^0.5.4",
"isparta": "^4.0.0",
"jasmine-core": "^2.4.1",
"jasmine-promises": "^0.4.1",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3",
"phantomjs": "^1.9.19"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-config-defaults": "^8.0.2",
"eslint-plugin-filenames": "^0.2.0",
"eslint-plugin-react": "^3.15.0",
"express": "^4.13.4",
"font-awesome": "^4.5.0",
"git-rev": "^0.2.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^1.1.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sass-lint": "^1.1.1",
"gulp-uglify": "^1.5.1",
"lie": "^3.0.2",
"node-bourbon": "^4.2.3",
"run-sequence": "^1.1.5",
"st": "^1.1.0",
"sw-precache": "^3.0.0"
}
}