forked from seiyria/ng2-gameicons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "ng2-gameicons",
"version": "0.0.2",
"description": "An easy-to-use directive for game-icons icons.",
"main": "index.js",
"scripts": {
"compile": "babel src/index.js -o index.js --plugins transform-decorators-legacy,transform-class-properties --presets es2015"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seiyria/ng2-gameicons.git"
},
"keywords": [
"ng2",
"angular2",
"gameicons",
"game",
"icons",
"ng2-gameicons",
"angular2-gameicons"
],
"author": "Kyle Kemp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seiyria/ng2-gameicons/issues"
},
"homepage": "https://github.com/seiyria/ng2-gameicons#readme",
"dependencies": {
"gameicons-font": "github:idlelands/gameicons-font"
},
"peerDependencies": {
"@angular/core": "2.0.0-rc.4"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.9.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0"
}
}