-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
{
"name": "PhillyFreightFinder",
"version": "3.2.1",
"license": "MIT",
"scripts": {
"simple-server": "python -m SimpleHTTPServer 8080",
"start": "http-server ./html/ -e .htm -o --cors",
"install": "grunt imagemin && npm run demo",
"demo": "grunt quickPublish && start npm start && grunt watch ",
"compile-sass": "node-sass --output-style compressed -o dest ./dev/css/scss/styles.scss ./dev/css/scss/style.min.css"
},
"devDependencies": {
"autoprefixer": "^6.2.3",
"express": "^4.15.2",
"grunt": "^1.5.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-htmlhint-plus": "^0.1.0",
"grunt-postcss": "^0.7.1",
"grunt-sass": "^3.1.0",
"http-server": "^14.1.1",
"jshint-stylish": "^2.0.1",
"matchdep": "^1.0.0"
},
"dependencies": {
"bootstrap": "3.3.7",
"esri-leaflet": "^1.0.0",
"jquery": "3.6.1",
"leaflet": "^0.7.7"
}
}