-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "dynamic-sports",
"version": "0.1.0",
"description": "An application to track your outdoor life",
"scripts": {
"test": "node_modules/karma/bin/karma start tests/karma.config.js",
"test-w": "node_modules/karma/bin/karma start tests/karma.config-w.js",
"ios": "gulp && ionic emulate ios"
},
"repository": {
"type": "git",
"url": "git@github.com:hgarcia/dynamic-sports.git"
},
"keywords": [
"Ski",
"Racing",
"Biking",
"Running",
"Hiking",
"Kayak",
"Canoe"
],
"author": "Hernan Garcia <hernan@dynamicprogrammer.com> (http://dynamicprogrammer.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hgarcia/distro/issues"
},
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^0.7.1",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"karma": "~0.12.9",
"karma-phantomjs-launcher": "~0.1.4",
"karma-jasmine": "~0.1.5",
"karma-ng-scenario": "~0.1.0",
"karma-junit-reporter": "~0.2.2",
"karma-coverage": "~0.2.1"
}
}