-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 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
{
"name": "sliderizr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bower": "^1.4.1",
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-express": "^0.3.5",
"gulp-ignore": "^1.2.1",
"gulp-jshint": "^1.10.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-tslint": "^2.0.0",
"gulp-typescript": "^2.4.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gzippo": "^0.2.0",
"lodash": "^3.7.0",
"merge-stream": "^0.1.7",
"morgan": "^1.5.2",
"ncp": "^1.0.1",
"run-sequence": "^1.1.0",
"typescript": "^1.5.0-beta"
}
}