-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.05 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
{
"name": "flashmagic.js",
"version": "1.0.3",
"description": "NXP LPC Microprocessor Programmer",
"author": "Claudio Destro <[email protected]>",
"license": "LGPL-3.0",
"dependencies": {
"buffer-hexdump": "^1.0.0",
"commander": "^2.9.0",
"es6-symbol": "^3.1.0",
"serialport": "^4.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"gulp-rm": "^1.0.1",
"gulp-typescript": "^3.0.1",
"merge2": "^1.0.2",
"mocha": "^3.0.2",
"run-sequence": "^1.2.2",
"typescript": "^2.0.3",
"typings": "^1.4.0"
},
"main": "index.js",
"bin": {
"flashmagic": "bin/flashmagic.js"
},
"bugs": {
"url": "https://github.com/claudio-destro/flashmagic.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/claudio-destro/flashmagic.js.git"
},
"keywords": [
"arm",
"es6",
"javascript",
"lpc",
"lpc21isp",
"nxp",
"serialport",
"typescript"
],
"scripts": {
"prepublish": "gulp publish",
"test": "gulp test"
}
}