-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.38 KB
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
{
"name": "MoneyTracker",
"version": "1.0.0",
"description": "This is a money tracking application",
"main": "index.js",
"private": false,
"devDependencies": {
"bower": "^1.4.1",
"grunt": "^0.4.5",
"grunt-connect-proxy": "^0.1.11",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-wiredep": "^2.0.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-html-reporter": "^0.2.6",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"matchdep": "^0.3.0",
"protractor": "^1.1.1",
"sha256": "^0.2.0",
"shelljs": "^0.2.6"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers Chrome"
},
"repository": {
"type": "git",
"url": "https://github.com/Ruaghain/MoneyTracker"
},
"author": "Rowan Massey",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ruaghain/MoneyTracker/issues"
},
"homepage": "https://github.com/Ruaghain/MoneyTracker"
}