forked from google/santa-tracker-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 700 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
{
"name": "SantaTracker",
"version": "0.0.1",
"private": true,
"devDependencies": {
"del": "^0.1.3",
"grunt": "*",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-watch": "~0.6.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-closure-compiler": "^0.2.8",
"gulp-compass": "^1.3.2",
"gulp-debug": "^1.0.1",
"gulp-foreach": "0.0.1",
"gulp-newer": "^0.5.0",
"gulp-replace": "^0.5.0",
"gulp-util": "3.0.1",
"gulp-vulcanize": "^3.1.0",
"load-grunt-tasks": "~0.2.1",
"merge-stream": "^0.1.6",
"node-dir": "0.1.6",
"sprintf-js": "1.0.2",
"through2": "0.6.3",
"vinyl-map": "1.0.1",
"yargs": "1.3.3"
}
}