-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 930 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rd-inspect-object",
"version": "1.0.0",
"description": "Angular 1 directive for Web Inspector-style object graph visualization",
"main": "dist/rd-inspect-object.js",
"scripts": {
"test": "gulp test"
},
"build": {
"name": "rd-inspect-object",
"port": 8002
},
"keywords": [
"angular",
"inspector",
"inspect",
"object"
],
"author": "Nate Abele <[email protected]>",
"repository": "https://github.com/radify/rd-inspect-object.git",
"license": "BSD",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"event-stream": ">=3.3.4",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-jasmine": "^2.2.1",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-uglify": "^1.5.1",
"yargs": "^3.31.0"
}
}