-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.29 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
{
"name": "lpcflashutility",
"version": "0.0.3",
"description": "NXP LPC Microprocessor Programmer GUI",
"author": "Claudio Destro <[email protected]>",
"license": "LGPL-3.0",
"dependencies": {
"angular2": "2.0.0-beta.9",
"asar": "^0.10.0",
"bootstrap": "3.3.6",
"electron-prebuilt": "^0.37.2",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",
"flashmagic.js": "^1.0.0",
"moment": "^2.12.0",
"ng2-bootstrap": "1.0.3",
"redux": "^3.3.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.24",
"zone.js": "0.5.15"
},
"devDependencies": {
"electron-packager": "^5.2.1",
"gulp": "^3.9.1",
"gulp-rm": "^1.0.0",
"gulp-typescript": "^2.12.1",
"merge2": "^1.0.1",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.5",
"ts-loader": "^0.8.1",
"typescript": "^1.8.7",
"typings": "^0.7.8",
"webpack": "^1.12.14"
},
"bugs": {
"url": "https://github.com/claudio-destro/LPCFlash/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/claudio-destro/LPCFlash.git"
},
"keywords": [
"angular2",
"electron",
"es6",
"flashmagic.js",
"javascript",
"lpc",
"nxp",
"redux",
"serialport",
"typescript"
],
"scripts": {}
}