-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "angular-json-tree",
"version": "1.1.0",
"description": "Angular directive for displaying a JSON object in an expandable tree structure",
"main": "dist/angular-json-tree.js",
"directories": {
"test": "test"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower-files": "^0.2.7",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"jasmine": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-jasmine": "^1.0.2"
},
"peerDependencies": {
"angular": "1.x"
},
"scripts": {
"build": "gulp build",
"test": "node_modules/karma/bin/karma start"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awendland/angular-json-tree.git"
},
"keywords": [
"angular",
"json"
],
"author": "Alex Wendland <[email protected]>",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/awendland/angular-json-tree/issues"
},
"homepage": "https://github.com/awendland/angular-json-tree#readme"
}