support armv7hl build
[platform/upstream/iotjs.git] / package.json
1 {
2   "name": "IoT.js",
3   "description": "Platform for Internet of Things with JavaScript",
4   "scripts": {
5     "lint": "eslint src -f codeframe || true",
6     "lint-autofix": "eslint src -f codeframe --fix || true"
7   },
8   "author": "Samsung Electronics Co., Ltd.",
9   "license": "Apache-2.0",
10   "devDependencies": {
11     "eslint": "^4.7.2"
12   }
13 }