forked from Quirkbot/QuirkbotArduinoHardware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 669 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "quirkbot-arduino-hardware",
"version": "0.4.3",
"description": "Quirkbot Arduino AVR Board",
"author": "Paulo Barcelos <paulo@quirkbot.com>",
"homepage": "https://github.com/Quirkbot/QuirkbotArduinoHardware",
"license": "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-load-plugins": "^1.2.0",
"gulp-prompt": "^0.1.2",
"gulp-s3": "^0.3.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5",
"yargs": "^4.2.0"
},
"scripts": {
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"gulp:xunit": "npm run gulp -- --reporter xunit"
}
}