-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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": "Flyout-WebComponent",
"description": "New Angular Project",
"version": "0.0.1",
"homepage": "https://github.com/EnzeyNet/Flyout-WebComponent",
"bugs": "https://github.com/EnzeyNet/Flyout-WebComponent/issues",
"author": {
"name": "Joseph Aspelund",
"email": "enzey@enzey.net",
"url": "https://github.com/Xanir"
},
"repository": {
"type": "git",
"url": "https://github.com/EnzeyNet/Flyout-WebComponent.git"
},
"keywords": [
"web-components"
],
"dependencies": {
"angular": "1.2.x",
"angular-mocks": "1.2.x"
},
"devDependencies": {
"babelify": "7.2.x",
"browserify": "12.0.x",
"grunt-browserify": "4.0.x",
"bower": "1.4.x",
"karma": "0.12.x",
"grunt-karma": "0.10.x",
"karma-jasmine": "0.3.x",
"jasmine-core": "2.2.x",
"karma-chrome-launcher": "0.1.x",
"karma-coverage": "0.2.x",
"karma-junit-reporter": "0.2.x",
"karma-ng-html2js-preprocessor": "0.1.x",
"grunt-git": "0.3.x",
"grunt-curl": "2.2.x",
"grunt-zip": "0.16.x",
"grunt-ng-annotate": "0.10.x",
"grunt-contrib-less": "1.0.x",
"grunt-contrib-jshint": "0.11.x",
"grunt-contrib-concat": "0.5.x",
"grunt-contrib-uglify": "0.9.x",
"grunt-contrib-copy": "0.8.x",
"grunt-contrib-compress": "0.13.x",
"grunt-contrib-clean": "0.6.x",
"matchdep": "0.3.x",
"adm-zip": "0.4.x",
"grunt": "0.4.x"
}
}