-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.17 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.17 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
49
50
51
52
53
54
55
56
57
{
"name": "Hackday",
"version": "0.0.0",
"authors": [
"Max Andreola <Max.Andreola@sabre.com",
"Vance Weintraub <Vance.Weintraub@sabre.com"
],
"description": "Sabre Hackday (Summer 2014)",
"contributors": [
{
"name": "Max Andreola",
"email": "Max.Andreola@sabre.com"
},
{
"name": "Vance Weintraub",
"email": "Vance.Weintraub@sabre.com"
}
],
"main": "index.html",
"scripts": {
"start": "http-server .",
"deploy": "grunt deploy",
"preinstall": "npm install -g grunt grunt-cli bower less http-server",
"postinstall": "grunt install"
},
"repository": {
"type": "git",
"url": "git@github.com:Kingside/Hackday.git"
},
"keywords": [
"Sabre",
"Hackday",
"TripCase"
],
"dependencies": {
"bower": "*",
"grunt": "*",
"http-server": "*",
"grunt-contrib-requirejs": "*",
"grunt-bower-task": "*",
"grunt-contrib-less": "*",
"grunt-contrib-jshint": "*",
"grunt-rsync": "*",
"grunt-convert": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-clean": "*"
},
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/Kingside/Hackday/issues"
},
"homepage": "tripcase.com",
"engines": {
"node": ">=0.10.26"
}
}