forked from openlayers/openlayers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 923 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
30
31
32
33
34
35
{
"name": "openlayers-website",
"version": "5.3.0",
"description": "Website for OpenLayers",
"repository": {
"type": "git",
"url": "git://github.com/openlayers/openlayers.github.io.git"
},
"license": "BSD-2-Clause",
"readmeFilename": "README.md",
"devDependencies": {
"assemble": "0.4.37",
"grunt": "0.4.4",
"grunt-cli": "0.1.13",
"grunt-concurrent": "0.5.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-gh-pages": "0.9.1",
"grunt-move": "^1.0.0",
"grunt-run": "^0.8.1",
"grunt-zip": "0.17.1",
"q": "0.9.7"
},
"scripts": {
"start": "grunt start",
"build": "grunt build",
"deploy": "grunt deploy",
"zip": "grunt zip"
}
}