-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "reactive",
"version": "1.0.0",
"description": "Reactive Programming Tryout",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "webpack-dev-server --watch --inline",
"postinstall" : ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahboobgit/reactive.git"
},
"keywords": [
"reactive",
"rxjs"
],
"author": "mahboob",
"license": "ISC",
"bugs": {
"url": "https://github.com/mahboobgit/reactive/issues"
},
"homepage": "https://github.com/mahboobgit/reactive#readme",
"dependencies": {
"@types/es6-promise": "0.0.33",
"@types/es6-shim": "^0.31.35",
"rxjs": "^5.4.3"
},
"devDependencies": {
"ts-loader": "^2.3.6",
"typescript": "^2.5.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
}
}