-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 865 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
{
"name": "browser-sync-app",
"version": "0.0.1",
"description": "Browser sync application for iOS and Android",
"repository": {
"type": "git",
"url": "git://github.com/henryoliver/browser-sync-app.git"
},
"author": "Henry Oliver",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"time-grunt": "~0.2.8",
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-browser-sync": "~0.5.3",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jade": "~0.9.1",
"grunt-contrib-stylus": "~0.12.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-svgmin": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-processhtml": "~0.2.7"
}
}