-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "view-file-ng",
"version": "0.0.0",
"description": "Angular directive for previewing files",
"dependencies": {},
"devDependencies": {
"angular-jsdoc": "^1.5.1",
"gulp": "^3.8.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-gh-pages": "git://github.com/sharvit/gulp-gh-pages.git",
"gulp-htmlmin": "^1.1.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^3.5.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-rm": "^1.0.5",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^1.4.1",
"jasmine-core": "^2.99.1",
"jsdoc": "^3.5.5",
"jshint": "^2.10.2",
"jshint-stylish": "^2.0.0",
"karma": "^0.13.10",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.16"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Apache-2.0",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/grtjn/view-file-ng.git"
},
"keywords": [
"angular",
"angularjs",
"view",
"file",
"highlightjs",
"json-explorer",
"videogular",
"x2js",
"marklogic"
],
"author": "grtjn",
"bugs": {
"url": "https://github.com/grtjn/view-file-ng/issues"
},
"homepage": "https://github.com/grtjn/view-file-ng",
"private": true
}