forked from Wyliodrin/WyliodrinSTUDIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.31 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
{
"name": "wyliodrin-studio",
"version": "11.0.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",
"repository": "https://www.github.com/wyliodrin/WyliodrinSTUDIO",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browserify": "^13.1.1",
"browserify-shim": "^3.8.12",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-embed-fonts": "^0.4.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-sass": "^2.0.0",
"mkdirp": "^0.5.1"
},
"dependencies": {
"angular": "~1.5.6",
"angular-animate": "~1.5.6",
"angular-aria": "~1.5.6",
"angular-material": "^1.1.1",
"angular-sanitize": "^1.6.1",
"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.9.1",
"browser-request": "^0.3.3",
"compare-versions": "^3.0.0",
"debug": "^2.5.1",
"dexie": "^1.5.1",
"dict": "^1.4.0",
"highcharts": "^4.2.7",
"highcharts-ng": "0.0.13",
"highlight.js": "^9.9.0",
"jquery": "^3.1.1",
"js-beautify": "^1.6.10",
"katex": "^0.7.1",
"lodash": "^4.17.2",
"marked": "^0.3.6",
"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.0.1",
"xterm": "^2.3.1"
},
"scripts": {
"test": "true"
},
"browser": {
"examples": "./source/config/examples.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"
}
}