forked from Quirkbot/QuirkbotArduinoLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 668 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "quirkbot-arduino-library",
"version" : "2.4.0",
"description" : "Quirkbot Arduino Library",
"author" : "Paulo Barcelos <paulo@quirkbot.com>",
"homepage" : "https://github.com/Quirkbot/QuirkbotArduinoLibrary",
"license" : "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
"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"
}
}