forked from tricinel/angular-sequoia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 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
45
46
47
48
49
50
{
"name": "angular-sequoia",
"version": "0.3.0",
"license": "MIT",
"author": "Bogdan Lazar <bogdan@blazardesign.com>",
"repository": {
"type": "git",
"url": "https://github.com/tricinel/angular-sequoia.git"
},
"keywords": [
"angularjs",
"sequoia",
"multiselect",
"tree",
"multiselect tree"
],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.4.3",
"gulp-csso": "^1.0.1",
"gulp-git": "^1.6.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.0",
"gulp-shell": "^0.5.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"require-dir": "^0.3.0"
},
"scripts": {
"start": "gulp watch",
"test": "gulp test",
"watch-test": "gulp watch-test",
"build": "gulp build",
"release": "gulp release"
}
}