-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 995 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
38
39
40
41
42
43
44
{
"name": "@tablelist/angular-slideout-panel",
"version": "0.10.0",
"description": "Angular Slideout Panel",
"main": "gulpfile.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n/a.git"
},
"keywords": [
"angular",
"bootstrap",
"panels",
"modals"
],
"author": "Tablelist",
"license": "MIT",
"bugs": {
"url": "https://github.com/n/a/issues"
},
"homepage": "https://github.com/n/a#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"bower": "1.7.7",
"gulp": "3.9.1",
"gulp-babel": "6.1.1",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "2.6.0",
"gulp-copy": "0.0.2",
"gulp-if": "1.2.4",
"gulp-inject": "1.5.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"jshint-stylish": "2.0.1",
"run-sequence": "1.1.5"
}
}