-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
35
36
37
38
39
{
"name": "asure",
"version": "1.0.0",
"description": "asure.io WebSite",
"main": "index.js",
"scripts": {
"update-bounty-tasks": "node tools/update-bounty-tasks.js",
"update-bounty-reports": "node tools/update-bounty-reports.js",
"update-and-build": "npm-run-all update-bounty-tasks update-bounty-reports build",
"build": "harp compile src docs",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AsureFoundation/asure.io.git"
},
"keywords": [],
"author": "Paul Mizel <pmizel@asure.io>",
"contributors": [
"Fabian Raetz <fraetz@asure.io>",
"Gamal Schmuck <gschmuck@asure.io>",
"Andrey Kuchaev <akuchaev@asure.io>"
],
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.3.1",
"csv-writer": "^1.5.0",
"express": "^4.17.1",
"googleapis": "^42.0.0",
"harp": "^0.29.0",
"lodash": "^4.17.15",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"html5-device-mockups": "^3.2.1",
"web3": "^1.0.0-beta.50"
}
}