forked from yysun/apprun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
{
"name": "apprun",
"version": "1.7.1",
"description": "",
"main": "dist/apprun.js",
"types": "index.d.ts",
"bin": "apprun-cli.js",
"scripts": {
"build": "webpack -p",
"test": "karma start",
"start": "webpack-dev-server"
},
"keywords": [
"JavaScript",
"TypeScript",
"model-view-update",
"elm architecture",
"virtual DOM",
"apprun",
"app.run",
"app.start"
],
"author": "Yiyi Sun <yiyisun@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yysun/apprun.git"
},
"bugs": {
"url": "https://github.com/yysun/apprun/issues"
},
"homepage": "https://github.com/yysun/apprun#readme",
"dependencies": {
"commander": "^2.11.0"
},
"devDependencies": {
"@types/jasmine": "^2.5.53",
"firebase": "^4.1.2",
"jasmine-core": "^2.6.2",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.0.2",
"karma-webpack": "^2.0.4",
"morphdom": "^2.3.2",
"ts-loader": "^2.3.6",
"typescript": "^2.5.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.1"
}
}