forked from kubernetes-ui/object-describer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 805 Bytes
/
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
{
"name": "object-describer",
"version": "0.0.1",
"description": "Provides an extendable describer for kubernetes resources. Includes an angular directive for rendering an instance of a describer.",
"repository": {
"type": "git",
"url": "git://github.com/kubernetes-ui/describer.git"
},
"main": "object-describer.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-less": "~1.0.0",
"grunt-wiredep": "~2.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-angular-templates": "~0.5.7",
"grunt-contrib-concat": "~0.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jessica Forrester <[email protected]>"
}