-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.3 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.3 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "letid",
"version": "1.0.9",
"description": "letId PHP framework",
"config": {
"common": {
"development": {
"root": "resource",
"task": "task"
},
"asset": {
"root": "app"
},
"public": {
"root": "public"
}
},
"app": [
"letid"
]
},
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"cli-color": "^1.2.0",
"fs-extra": "^4.0.2",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-include": "^2.3.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"ini": "^1.3.4",
"mysql": "^2.15.0",
"node-sass": "^4.7.1",
"node.extend": "^2.0.0",
"request": "^2.83.0",
"uglify-js": "^3.1.10",
"xmldom": "^0.1.27"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"task": "node ./task.js task"
},
"repository": {
"type": "git",
"url": "git+https://github.com/letid/letId.git"
},
"keywords": [
"letId"
],
"author": "Khen Solomon Lethil",
"license": "MIT",
"bugs": {
"url": "https://github.com/letid/letId/issues"
},
"homepage": "https://github.com/letid/letId#readme"
}