forked from darul75/ng-prettyjson
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "ng-prettyjson",
"description": "AngularJS directive for json pretty output (colors / indent / editor)",
"version": "0.1.9",
"author": {
"name": "Julien Valéry",
"email": "darul75@gmail.com"
},
"filename": "./src/ng-prettyjson.js",
"homepage": "https://github.com/darul75/ng-prettyjson",
"repository": {
"type": "git",
"url": "http://github.com/JackMiszencin/ng-prettyjson.git"
},
"keywords": [
"ace",
"angular",
"color",
"editor",
"format",
"json",
"pretty"
],
"scripts": {
"test": "grunt test-continuous"
},
"bugs": {
"url": "https://github.com/darul75/ng-prettyjson/issues"
},
"dependencies": {},
"devDependencies": {
"grunt": "latest",
"grunt-karma": "~0.8.2",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-cssmin": "~0.6.0",
"karma": "^0.12.12",
"grunt-bower-task": "0.4.0",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-firefox-launcher": "~0.1.3"
}
}