forked from digital-dream-labs/vector-web-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 653 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 653 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
29
{
"name": "vector-web-setup",
"version": "1.1.0",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"browserify": "^16.5.1",
"commander": "^5.1.0",
"cors": "^2.8.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"less": "^3.11.2",
"lessc": "^1.0.2"
},
"main": "vector-web-setup.js",
"bin": "vector-web-setup.js",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-spawn": "^7.0.3",
"mocha": "^8.0.1"
},
"scripts": {
"vector-setup": "node vector-web-setup.js",
"test": "mocha test/*"
},
"author": "Digital Dream Labs",
"license": "MIT"
}