forked from hypergroup/ng-hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 755 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
{
"name": "ng-hyper",
"version": "0.1.34",
"description": "Hyper tools for angular",
"main": "index.js",
"dependencies": {
"component": "^1.0.0",
"karma": "~0.10.9",
"karma-jasmine": "~0.1.5",
"karma-safari-launcher": "~0.1.1",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-sauce-launcher": "~0.1.7",
"uglify-js": "~2.4.8"
},
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "https://github.com/hypergroup/ng-hyper"
},
"author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypergroup/ng-hyper/issues"
},
"homepage": "https://github.com/hypergroup/ng-hyper"
}