-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.74 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": "home-spark",
"version": "0.1.0",
"description": "A smart cube that displays your notifications in the most suitable ways everywhere in your home.",
"main": "api/main.js",
"scripts": {
"start": "gulp start",
"clean": "gulp clean",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "typings install",
"less": "gulp less",
"typescript": "gulp typescript",
"tsc": "tsc",
"tsc:w": "tsc -w",
"webpack": "cd src/public && webpack --config webpack.config.js",
"webpack:w": "cd src/public && webpack -w --config webpack.config.js"
},
"babel": {
"presets": [
"es2015",
"stage-2"
]
},
"engines": {
"node": ">=6",
"npm": ">=3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spark-343/home-spark.git"
},
"author": "Thibault Friedrich <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/spark-343/home-spark/issues"
},
"homepage": "https://github.com/spark-343/home-spark#readme",
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/compiler-cli": "0.6.0",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "2.0.0-rc.6",
"@angular/http": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.6",
"@slack/client": "^3.6.0",
"angular2": "^2.0.0-beta.17",
"angular2-in-memory-web-api": "0.0.18",
"bootstrap": "^3.3.6",
"compression": "^1.6.2",
"core-js": "^2.4.1",
"del": "^2.2.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"googleapis": "^12.4.0",
"imap": "^0.8.17",
"mailgun-js": "^0.7.13",
"morgan": "^1.7.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.11",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"swig": "^1.4.2",
"systemjs": "0.19.27",
"twitter": "^1.4.0",
"typescript": "^2.0.2",
"zone.js": "^0.6.17"
},
"devDependencies": {
"@types/express": "^4.0.33",
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"concurrently": "^2.2.0",
"connect-livereload": "^0.5.4",
"gulp": "^3.9.1",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"gulp-watch": "^4.3.9",
"html-loader": "^0.4.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lite-server": "^2.2.2",
"nodemon": "^1.10.2",
"raw-loader": "^0.5.1",
"ts-loader": "^0.8.2",
"typings": "^1.3.2",
"webpack": "2.1.0-beta.22"
}
}