forked from smorcuend/bloqs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "bloqs",
"version": "0.29.1",
"bitbloqLibsVersion": "v0.1.2",
"main": [
"dist/bloqs.min.js",
"dist/bloqs.css"
],
"description": "Bloqs lib to develop awesome tools to teach robotics",
"repository": {
"type": "git",
"url": "git://github.com/bq/bloqs.git"
},
"keywords": [
"bq",
"bitbloq",
"robotics",
"arduino",
"electronics"
],
"contributors": [
"Irene Sanz <[email protected]>",
"Laura del Río <[email protected]>",
"Diego Segura <[email protected]>",
"Tom Calvo <[email protected]>",
"Sergio Morcuende <[email protected]>",
"Jesús Flores <[email protected]>",
"Sergio Mate <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"async": "^1.5.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^1.1.0",
"grunt-sass": "^1.1.0",
"load-grunt-tasks": "^3.4.0",
"lodash": "^3.10.1"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=2.4.1"
},
"dependencies": {
"node-sass": "^4.5.3"
}
}