-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 706 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 706 Bytes
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
{
"name": "ng-elm",
"version": "2.0.0",
"description": "Write Angular 2 components in Elm",
"main": "index.js",
"scripts": {
"build": "tsc",
"clean": "tsc --build --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camargo/ng-elm.git"
},
"dependencies": {
"@angular/core": "^8.0.1",
"rxjs": "^6.5.2",
"zone.js": "^0.9.1"
},
"devDependencies": {
"typescript": "^3.5.2"
},
"keywords": [
"angular",
"2",
"elm",
"ng-elm"
],
"author": "Chris Camargo",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/camargo/ng-elm/issues"
},
"homepage": "https://github.com/camargo/ng-elm#readme"
}