-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.38 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
{
"name": "mobilecaddy-seed-expenses-ionic",
"version": "0.0.1",
"sf_app_name": "SeedApp001",
"mc_utils_resource": "MC_Resource_008",
"devDependencies": {
"angular-mocks": "1.4.3",
"body-parser": "~1.5.2",
"express": "~4.4.3",
"fs-extra": "^0.19.0",
"grunt": ">=0.4.5",
"grunt-contrib-compress": ">=0.9.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": ">=0.8.0",
"grunt-contrib-copy": ">=0.5.0",
"grunt-contrib-jshint": ">=0.10.0",
"grunt-contrib-sass": ">=0.7.4",
"grunt-contrib-uglify": ">=0.5.0",
"grunt-contrib-watch": ">=0.6.1",
"grunt-express-server": "~0.4.11",
"grunt-include-source": "^0.7.0",
"grunt-karma": "^0.10.1",
"grunt-rename": "^0.1.4",
"grunt-text-replace": "^0.4.0",
"ionic-sdk": "^1.1.0",
"jasmine-core": "^2.2.0",
"jszip": "git+https://github.com/Stuk/jszip.git#bcfe0352bfd0d3c93251b68eaebe77109e34a25f",
"jszip-utils": "0.0.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": ">=0.5.0",
"mobilecaddy-codeflow": "^1.0.3",
"mobilecaddy-utils": "^1.0.2",
"ng-cordova": "git+https://github.com/toddhalfpenny/ng-cordova.git#add-localNotification-mocks",
"protractor-ionic-locator": ">=0.0.1",
"request": "^2.64.0"
}
}