-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
43
{
"name": "scarlett-editor",
"title": "Scarlett Game Studio",
"version": "0.0.8",
"settings": {
"applicationFolderName": "Scarlett"
},
"dependencies": {
"angular": "~1.6.0",
"angular-local-storage": "^0.2.2",
"angular-perfect-scrollbar-2": "1.2.4",
"angular-route": "~1.6.0",
"angular-translate": "~2.8.1",
"angular-ui-bootstrap": "~2.3.1",
"angular-validation-match": "~1.5.2",
"bootstrap": "~3.3.6",
"copy-paste": "^1.3.0",
"fs-extra": "^0.30.0",
"jquery": "~3.3.1"
},
"scripts": {
"start": "electron main.js",
"server": "http-server -a localhost -p 8000 -c-1"
},
"devDependencies": {
"electron": "^1.7.11",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"http-server": "^0.11.1"
},
"repository": {
"type": "git",
"url": "https://github.com/scarlettgamestudio/scarlett-editor.git"
},
"author": "João Alves <joao.cpp.sca@gmail.com> and Luís Fernandes aka Apidcloud <luisapidcloud@hotmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/scarlettgamestudio/scarlett-editor/issues"
},
"homepage": "https://github.com/scarlettgamestudio/scarlett-editor#readme"
}