forked from LSFLK/LSFLK.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 787 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
34
35
36
37
38
{
"name": "LSF",
"version": "1.0.0",
"description": "LSF public dashboard",
"main": "index.html",
"directories": {
"UI": "root"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"open": "gulp open-app"
},
"repository": {
"type": "git",
"url": "git+https://https://github.com/LankaSoftwareFoundation/"
},
"keywords": [
"Lanka Software Foundation"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "#"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-install": "^1.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-open": "^3.0.1"
},
"dependencies": {
"ejs": "^2.6.1",
"orgchart": "^2.1.2"
}
}