-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "hypernova-angular",
"version": "2.0.0-alpha.0",
"description": "Angular Bindings for Hypernova",
"main": "lib/index.js",
"author": "Felipe Guizar Diaz <[email protected]>",
"license": "MIT",
"keywords": [
"angular",
"hypernova",
"ssr",
"isomorphic"
],
"repository": {
"type": "git",
"url": "[email protected]:marconi1992/hypernova-angular.git"
},
"scripts": {
"prepublish": "npm run build",
"lint": "eslint src",
"build": "babel src -d lib"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/runtime": "^7.7.2",
"babel-preset-airbnb": "^4.1.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.16.0"
},
"peerDependencies": {
"@angular/core": ">=5.0.0",
"@angular/platform-browser": ">=5.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0",
"@angular/platform-server": ">=5.0.0",
"hypernova": "^2.5.0",
"nova-helpers": "^1.0.1-alpha.0",
"rxjs": ">=5.0.0"
}
}