-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomponent.json
49 lines (49 loc) · 1.19 KB
/
component.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
{
"name": "ng-hyper",
"repo": "hypergroup/ng-hyper",
"description": "Hyper tools for angular",
"version": "0.1.36",
"keywords": [],
"dependencies": {
"camshaft/websafe-base64": "*",
"component/emitter": "*",
"component/map": "*",
"component/querystring": "*",
"component/type": "*",
"component/url": "*",
"hypergroup/hyper-path": "^1.0.0",
"yields/slug": "*",
"camshaft/links-parser": "^0.1.0"
},
"development": {},
"license": "MIT",
"main": "index.js",
"scripts": [
"index.js",
"package.js",
"controllers/hyper.js",
"directives/hyper-bind.js",
"directives/hyper-form.js",
"directives/hyper-img.js",
"directives/hyper-img-background.js",
"directives/hyper-input.js",
"directives/hyper-input-options.js",
"directives/hyper-link.js",
"directives/hyper-redirect.js",
"directives/hyper.js",
"services/hyper.js",
"services/hyper-path.js",
"services/hyper-link.js",
"services/hyper-link-formatter.js",
"services/hyper-status.js",
"services/hyper-backend-http.js",
"lib/utils.js"
],
"styles": [
"style.css"
],
"templates": [
"templates/inputs.html"
],
"remotes": []
}