-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
40
41
42
{
"name": "pecan-html",
"version": "1.0.0",
"description": "pecan-site",
"main": "index.js",
"scripts": {
"compile-sass": "node-sass sass/main.scss css/main.css -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GentleMizt/Pencan-Microfinance.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GentleMizt/Pencan-Microfinance/issues"
},
"homepage": "https://github.com/GentleMizt/Pencan-Microfinance#readme",
"devDependencies": {
"node-sass": "^9.0.0",
"sass": "^1.62.1"
},
"dependencies": {
"anymatch": "^3.1.3",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"fill-range": "^7.0.1",
"glob-parent": "^5.1.2",
"immutable": "^4.3.0",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"source-map-js": "^1.0.2",
"to-regex-range": "^5.0.1"
}
}