-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 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
{
"name": "ev3dev-lang",
"version": "1.0.0",
"description": "An interface to control an EV3 or other supported platform running ev3dev from JavaScript.",
"keywords": [
"ev3dev",
"ev3",
"lego",
"robotics"
],
"homepage": "http://github.com/wasabifan/ev3dev-lang-js",
"bugs": {
"url": "http://github.com/wasabifan/ev3dev-lang-js/issues"
},
"author": {
"name": "WasabiFan",
"email": "WasabiFan@outlook.com"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-shell": "^1.0.1",
"grunt-typedoc": "0.2.3",
"grunt-ts": "5.5.0-beta.2",
"typescript": ">=1.8.0",
"mocha": "2.3.4",
"python-shell": "*"
},
"scripts": {
"test": "grunt tsc && ./node_modules/mocha/bin/mocha"
},
"files": [
"bin/"
],
"main": "bin/index.js",
"repository": {
"type": "git",
"url": "http://github.com/wasabifan/ev3dev-lang-js.git"
}
}