forked from sitevision/webapp-boilerplate
-
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) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 766 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": "webapp-boilerplate",
"version": "1.0.0",
"description": "A simple SiteVision web app boilerplate",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sitevision/webapp-boilerplate.git"
},
"scripts": {
"setup": "grunt setup",
"zip": "grunt zip",
"deploy": "grunt deploy",
"force-deploy": "grunt deploy --force-deploy"
},
"license": "MIT",
"author": "SiteVision AB",
"bugs": {
"url": "https://github.com/sitevision/webapp-boilerplate/issues"
},
"homepage": "https://github.com/sitevision/webapp-boilerplate#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.4.3",
"grunt-http-upload": "^0.3.2",
"grunt-prompt": "^1.3.0"
}
}