-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "b-html-angular-tree-example",
"description": "An example for b-html using AngularJS",
"version": "0.2.0",
"author": {
"name": "bouzuya",
"email": "m@bouzuya.net",
"url": "http://bouzuya.net"
},
"bugs": {
"url": "https://github.com/b-html/b-html-angular-tree-example/issues"
},
"dependencies": {
"angular": "^1.4.3",
"b-html": "^0.8.1"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"browserify": "^10.2.6",
"coffee-script": "^1.9.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-b-html": "^0.2.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-espower": "^0.10.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.1.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"power-assert": "^0.11.0",
"run-sequence": "^1.1.1",
"sinon": "^1.15.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"homepage": "https://github.com/b-html/b-html-angular-tree-example",
"keywords": [],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/b-html/b-html-angular-tree-example"
},
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"test": "gulp test",
"watch": "gulp watch"
}
}