-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "scannerstream-public-client",
"version": "0.1.0",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"monitor": "browser-sync start -s dist",
"build": "npx grunt",
"watch": "npx grunt watch"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-minify-html": "^3.0.0",
"grunt-string-replace": "latest",
"grunt-twig-render": "latest",
"grunt-wakeup": "^0.1.3",
"jshint-stylish": "latest",
"time-grunt": "^1.4.0"
},
"dependencies": {
"grunt-assemble-less": "^0.8.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1"
}
}