-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
97 lines (97 loc) · 3.31 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "hanoibox",
"main": "server.js",
"version": "0.0.3",
"scripts": {
"start": "node --harmony server.js",
"startProd": "set cloudinaryname=dfq0ukg7d&& set cloudinaryapikey=714147532926127&& set cloudinaryapisecret=C4zBSWC9fwQqMik91no3LZEJMiY&& set hanoiboxuser=hbsa&& set hanoiboxpassword=3cyWCfIr&& set hanoiboxport=54118&& set hanoiboxdbname=hanoiboxtest&& set NODE_ENV=production&& node server.js",
"build": "babel -d build app",
"test": "test.ps1"
},
"author": {
"name": "Gareth Fentimen",
"email": "[email protected]"
},
"description": "HanoiBox Project",
"dependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.1.4",
"babel-polyfill": "^6.2.0",
"body-parser": "^1.14.1",
"cloudinary": "^1.4.1",
"express": "latest",
"express-handlebars": "latest",
"express-validator": "latest",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine": "latest",
"karma": "^0.13.15",
"karma-jspm": "^2.0.2",
"mongoose": "^4.1.12",
"mongoose-auto-increment": "^5.0.1",
"multer": "^1.1.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"gulp-autoprefixer": "^2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-jspm": "^0.5.10",
"gulp-replace": "^0.5.4",
"jasmine-core": "^2.3.4",
"jspm": "^0.16.13",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.2",
"mock-require": "latest",
"phantomjs": "^1.9.19",
"phantomjs-prebuilt": "^2.1.7",
"requirejs": "^2.1.22",
"tinymce": "^4.3.13"
},
"jspm": {
"dependencies": {
"JustGoscha/allmighty-autocomplete": "github:JustGoscha/allmighty-autocomplete@master",
"angular": "github:angular/bower-angular@^1.5.7",
"angular-bootstrap-dropdownandtab": "npm:angular-bootstrap-dropdownandtab@^1.0.0",
"angular-cache": "npm:angular-cache@^4.6.0",
"angular-loading-bar": "npm:angular-loading-bar@^0.9.0",
"angular-local-storage": "npm:angular-local-storage@^0.2.2",
"angular-mocks": "github:angular/bower-angular-mocks@^1.4.8",
"angular-route": "github:angular/bower-angular-route@^1.4.7",
"angular-sanitize": "npm:angular-sanitize@^1.5.7",
"angular-ui/ui-tinymce": "github:angular-ui/ui-tinymce@^0.0.16",
"babel-polyfill": "npm:babel-polyfill@^6.9.1",
"bootstrap-css-only": "npm:bootstrap-css-only@^3.3.5",
"css": "github:systemjs/plugin-css@^0.1.20",
"es6-module-loader": "npm:es6-module-loader@^0.17.8",
"font-awesome": "npm:font-awesome@^4.4.0",
"leon/angular-upload": "github:leon/angular-upload@^1.0.12",
"lodash": "npm:lodash@^3.10.1",
"text": "github:systemjs/plugin-text@^0.0.3",
"tinymce": "github:tinymce/tinymce-dist@^4.3.12"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"keywords": [
"node",
"jspm",
"express",
"angular"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gfentimen/hanoibox"
}
}