-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.26 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "icon-toolkit",
"author": "Pavel Jacko <[email protected]>",
"version": "0.0.9",
"description": "Dynamic app icon generator for iOS, Android",
"main": "build/index.js",
"keywords": [
"app",
"icon",
"icons",
"generator",
"ios",
"android",
"toolkit"
],
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive",
"test-cov": "babel-node isparta cover --report html --report text node_modules/.bin/_mocha",
"build": "babel src --out-dir build",
"clean": "rm -rf build",
"lint": "eslint src test",
"watch": "nodemon --watch src --exec npm run build"
},
"dependencies": {
"jimp": "0.2.28"
},
"devDependencies": {
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"chai": "^3.4.1",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"eslint-plugin-react": "^3.10.0",
"isparta": "^4.0.0",
"mocha": "^2.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavjacko/icon-toolkit.git"
},
"bugs": {
"url": "https://github.com/pavjacko/icon-toolkit/issues"
},
"homepage": "https://github.com/pavjacko/icon-toolkit#readme",
"license": "MIT"
}