-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 KB
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
{
"name": "anyboard",
"description": "JavaScript libraries designed to assist developers in creating hybrid board games with IoT devices",
"readme": "https://github.com/tomfa/anyboardjs/blob/master/README.md",
"repository": "https://github.com/tomfa/anyboardjs",
"bugs": {
"url": "https://github.com/tomfa/anyboardjs/issues"
},
"license": "Unlicense",
"version": "0.1.0",
"dependencies": {
"grunt-jsdoc-plugin": "^0.1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-curl": "^2.2.0",
"grunt-jsdoc-to-markdown": "^1.1.1",
"grunt-jsdox": "^0.1.7",
"grunt-mocha-test": "^0.12.7",
"grunt-processhtml": "^0.3.8",
"jsdox": "^0.4.9",
"jshint-stylish": "^2.0.1",
"matchdep": "^0.3.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"underscore": "^1.8.3"
}
}