forked from microsoft/pxt-adafruit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "pxt-adafruit",
"version": "1.6.8",
"description": "Adafruit Circuit Playground Express for Microsoft MakeCode",
"keywords": [
"JavaScript",
"education",
"adafruit",
"pxt",
"MakeCode",
"Microsoft",
"Adafruit",
"Adafruit Circuit Playground"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-adafruit.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-adafruit#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md",
"docs/static/*.svg",
"docs/static/*.png"
],
"devDependencies": {
"typescript": "3.7.5",
"react": "16.8.3",
"semantic-ui-less": "2.2.14",
"@types/bluebird": "2.0.33",
"@types/marked": "0.3.0",
"@types/node": "8.0.53",
"@types/react": "16.0.25",
"@types/react-dom": "16.0.3",
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-common-packages": "8.1.1",
"pxt-core": "6.2.6"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}