-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 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
44
45
46
47
{
"name": "nko2015-entry",
"version": "0.0.1",
"description": "Our soon to be awesome entry for NKO2015. Let's make something amazing.",
"author": "Node Knockout Team <[email protected]>",
"main": "./bin/www.js",
"dependencies": {
"body-parser": "^1.14.1",
"coral": "^0.5.1",
"express": "^4.13.3",
"googleplaces": "^0.6.0",
"jwt-simple": "^0.3.1",
"moment": "^2.10.6",
"mongoose": "^4.2.4",
"request": "^2.65.0",
"showtimes": "^1.7.0"
},
"scripts": {
"start": "node ./bin/www.js",
"postinstall": "node scripts/postinstall.js"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"jspm": "^0.16.14"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.7",
"angular-route": "github:angular/bower-angular-route@^1.4.7",
"angular-ui/bootstrap-bower": "github:angular-ui/bootstrap-bower@^0.14.3",
"angular/bower-angular-resource": "github:angular/bower-angular-resource@^1.4.7",
"arunisrael/angularjs-geolocation": "github:arunisrael/angularjs-geolocation@^0.1.1",
"distros/bootstrap-less": "github:distros/bootstrap-less@^3.3.9",
"lodash": "npm:lodash@^3.10.1",
"satellizer": "npm:satellizer@^0.13.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}