-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 1.17 KB
/
package.json
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
{
"name": "label-them",
"jspath": "label-them/front/js/draw",
"version": "1.0.0",
"description": "[![Code Climate](https://codeclimate.com/github/innosoft-pro/label-them/badges/gpa.svg)](https://codeclimate.com/github/innosoft-pro/label-them)\r [![Codacy Badge](https://api.codacy.com/project/badge/Grade/735a6f0a94844ce686d680a0d4474789)](https://www.codacy.com/app/LabelThem/label-them?utm_source=github.com&utm_medium=referral&utm_content=innosoft-pro/label-them&utm_campaign=Badge_Grade)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innosoft-pro/label-them.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/innosoft-pro/label-them/issues"
},
"homepage": "https://github.com/innosoft-pro/label-them#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.4.0",
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^2.3.0",
"wdio-dot-reporter": "0.0.8",
"wdio-mocha-framework": "^0.5.10"
}
}