This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
82 lines (82 loc) · 2.54 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "wyliodrin-studio",
"version": "12.5.0",
"description": "Wyliodrin STUDIO is a Chrome based IDE for software and hardware development in IoT and Embedded Linux",
"author": "Wyliodrin SRL",
"license": "GPL-3.0",
"default_locale": "en",
"main": "wyliodrin.js",
"window": {
"title": "WyliodrinSTUDIO",
"icon": "wyliodrin-studio-icon.png"
},
"repository": "https://www.github.com/wyliodrin/WyliodrinSTUDIO",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browserify": "^14.4.0",
"browserify-shim": "^3.8.14",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "^1.0.0",
"grunt-embed-fonts": "^0.5.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-nw-builder": "^3.1.0",
"grunt-sass": "^2.0.0",
"js-beautify": "^1.6.14",
"mkdirp": "^0.5.1"
},
"dependencies": {
"8fold-marked": "^0.3.8",
"angular": "~1.6.5",
"angular-animate": "~1.6.4",
"angular-aria": "~1.6.4",
"angular-material": "^1.1.5",
"angular-sanitize": "^1.6.4",
"angular-translate": "^2.13.1",
"angular-translate-loader-static-files": "^2.13.1",
"angular-tree-control": "^0.2.28",
"angular-ui-ace": "^0.2.3",
"angular-ui-tree": "^2.22.5",
"brace": "^0.10.0",
"browser-request": "^0.3.3",
"compare-versions": "^3.0.1",
"debug": "^3.1.0",
"dexie": "^2.0.1",
"dict": "^1.4.0",
"highcharts": "^4.2.7",
"highcharts-ng": "0.0.13",
"highlight.js": "^9.10.0",
"jquery": "^3.2.1",
"katex": "^0.7.1",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"msgpack-lite": "^0.1.26",
"mustache": "^2.3.0",
"ssh2": "git+https://www.github.com/Wyliodrin/ssh2-chrome-app.git#webshell",
"sweetalert": "^1.1.3",
"uuid": "^3.1.0",
"xterm": "^2.8.1"
},
"scripts": {
"test": "true"
},
"browser": {
"example": "./source/config/example.js",
"settings": "./source/settings.js",
"library": "./source/public/library.js",
"mixpanel": "./source/public/mixpanel.js",
"usb_mapping": "./source/usb_mapping.js",
"firmware": "./source/firmware.js",
"makefile": "./source/config/makefile_v2.js"
}
}