-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 844 Bytes
/
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
{
"name": "@ahmerhh/webgraphiclibrary-sprite",
"version": "1.0.0",
"description": "A simple template for creating sprites in your JavaScript projects.",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel ./src/index.js --out-file dist/index.js --presets=es2015"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmerhh/WebGraphicLibrary-sprite.git"
},
"keywords": [
"WebGl"
],
"author": "ahmerhh <ahmerhh@proton.com> ",
"author-alt": "ahmer habib <ahmerhabibb@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmerhh/WebGraphicLibrary-sprite/issues"
},
"homepage": "https://github.com/ahmerhh/WebGraphicLibrary-sprite#readme",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13"
}
}