-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 759 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 759 Bytes
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
{
"devDependencies": {
"karma": "^0.12.31",
"jasmine-core": "^2.2.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-chrome-launcher": "^0.1.7"
},
"name": "geotix",
"description": "== Geotix Location based ticket selling application. Repo is built with Angular on Rails and uses Postgres for the DB.",
"version": "0.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/TylerPflueger/GeoTix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TylerPflueger/GeoTix/issues"
},
"homepage": "https://github.com/TylerPflueger/GeoTix"
}