forked from samelhusseini/test-pxt-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 935 Bytes
/
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
{
"name": "pxt-sample",
"version": "2.0.3",
"description": "sample target for PXT",
"keywords": [
"JavaScript",
"education",
"PXT"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-sample.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-sample#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/**"
],
"main": "built/pxtrequire.js",
"typings": "built/pxtrequire.d.ts",
"devDependencies": {
"typescript": "2.6.1",
"rtlcss": "^2.1.2",
"autoprefixer": "^6.7.6",
"less": "2.7.3",
"semantic-ui-less": "2.2.14",
"@types/bluebird": "2.0.33",
"@types/jquery": "3.2.16",
"@types/marked": "0.3.0",
"@types/node": "8.0.53"
},
"dependencies": {
"pxt-core": "3.*"
}
}