forked from Resgrid/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "Resgrid",
"version": "1.0.0",
"description": "Resgrid application",
"main": "index.html",
"author": "Resgrid Team <[email protected]>",
"devDependencies": {
"async": "^1.4.2",
"bower": "^1.5.2",
"bower-installer": "^1.2.0",
"del": "^2.0.2",
"ecstatic": "^1.0.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-dom": "^0.6.5",
"gulp-eol": "^0.1.1",
"gulp-gzip": "^1.2.0",
"gulp-html-remove": "^0.1.1",
"gulp-if": "^1.2.5",
"gulp-insert-lines": "0.0.4",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-tar": "^1.4.0",
"gulp-tslint": "^3.2.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"http": "0.0.0",
"lodash": "^3.10.1",
"request": "^2.62.0",
"run-sequence": "^1.1.3",
"shelljs": "^0.5.3",
"through2": "^2.0.0",
"xmldom": "^0.1.19",
"xpath": "0.0.9",
"yargs": "^3.31.0"
}
}