summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/jsstub/package.json
blob: 121261bd9bebed30d2fd0f1acfefd64c890437b5 (plain)
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
{
  "name": "mraaStub",
  "version": "0.0.1",
  "description": "Enables simulation of mraa interfaces for testing purposes",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/intel-iot-devkit/mraa.git"
  },
  "keywords": [
    "mraa",
    "iot",
    "intel",
    "libmraa",
    "test",
    "galileo",
    "edison"
  ],
  "author": "David A Antler <david.a.antler@intel.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/intel-iot-devkit/mraa/issues"
  },
  "homepage": "https://github.com/intel-iot-devkit/mraa#readme",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt": "^1.0.1",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.4.5"
  }
}