-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "rx-space",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "tsd install",
"test": "karma start",
"start": "webpack-dev-server --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base src/",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timathon/rx-space.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timathon/rx-space/issues"
},
"homepage": "https://github.com/timathon/rx-space#readme",
"dependencies": {
"core-js": "^2.4.1",
"rxjs": "^5.0.0-beta.10",
"typescript": "^1.8.10"
},
"devDependencies": {
"awesome-typescript-loader": "1.1.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"jasmine-core": "^2.4.1",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lodash": "^4.15.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
}
}