-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 931 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
39
40
41
42
43
{
"name": "studio",
"description": "IONDV. Studio",
"version": "1.1.1",
"homepage": "https://github.com/iondv/studio",
"bugs": {
"url": "https://github.com/iondv/studio/issues"
},
"engines": {
"ion": "3.0.11"
},
"license": "Apache License 2.0",
"repository": {
"type": "git",
"url": "https://github.com/iondv/studio.git"
},
"node-main": "./www",
"main": "http://localhost:8888",
"scripts": {
"start": "node ./www",
"build": "gulp build"
},
"private": true,
"ionModulesDependencies": {
"portal": "1.4.1"
},
"ionMetaDependencies": {},
"dependencies": {
"ejs": "^2.5.7",
"ejs-locals": "^1.0.2",
"express": "^4.16.2",
"merge": "^1.2.0",
"extend": "^3.0.1",
"request": "*"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "~4.0.0",
"gulp-jsmin": "~0.1.5",
"gulp-less": "~4.0.1",
"gulp-rename": "~1.4.0"
}
}