-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 901 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
{
"name": "de-builder",
"version": "3.1.0",
"description": "A Live Development Environment",
"main": "build/app.js",
"author": "Dexter Esajas <[email protected]>",
"license": "MIT",
"dependencies": {
"@browserify/uglifyify": "^6.0.0",
"browser-sync": "^2.29.3",
"browserify": "^17.0.0",
"chokidar": "^3.5.3",
"coffeescript": "^2.7.0",
"de-logger": "^0.4.0",
"deep-extend": "^0.6.0",
"fs-extra": "^11.1.1",
"less": "^4.1.3",
"pugify": "github:hawkerboy7/pugify",
"socket.io-client": "^4.7.1"
},
"devDependencies": {
"de-builder": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/hawkerboy7/de-builder"
},
"bugs": "https://github.com/hawkerboy7/de-builder/issues",
"scripts": {
"postinstall": "node install.js"
},
"homepage": "https://github.com/hawkerboy7/de-builder#readme"
}