forked from microsoft/pxt-ev3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
{
"name": "pxt-ev3",
"version": "1.0.11",
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
"private": true,
"keywords": [
"JavaScript",
"education",
"lego",
"pxt",
"MakeCode",
"Microsoft"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-ev3.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-ev3#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md"
],
"devDependencies": {
"typescript": "2.6.1",
"semantic-ui-less": "2.2.14",
"@types/bluebird": "2.0.33",
"@types/marked": "0.3.0",
"@types/node": "8.0.53",
"webfonts-generator": "^0.4.0"
},
"dependencies": {
"pxt-common-packages": "0.23.56",
"pxt-core": "4.0.9"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}