-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 765 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 765 Bytes
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
{
"name": "KickMe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TradeMe",
"license": "ISC",
"devDependencies": {
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-ignore": "^1.2.1",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.5",
"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",
"lodash": "^3.7.0",
"merge-stream": "^0.1.7",
"ncp": "^1.0.1",
"run-sequence": "^1.1.0"
}
}