-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ig_markerfactory",
"version": "2.13.0",
"description": "Uses canvas to generate google.maps.Marker Icons from graphic fonts (i.e. font-awesome) on the fly",
"keywords": [
"google maps",
"markers",
"icon",
"canvas",
"svg fonts",
"font-awesome",
"material icons"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/HuasoFoundries/ig_markerfactory.git"
},
"bugs": {
"url": "https://github.com/HuasoFoundries/ig_markerfactory/issues"
},
"homepage": "https://github.com/HuasoFoundries/ig_markerfactory#readme",
"engines": {
"node": ">14"
},
"files": [
"README.md",
"dist"
],
"main": "dist/markerfactory.js",
"jsnext:main": "dist/markerfactory.es6.js",
"module": "dist/markerfactory.es6.js",
"unpkg": "dist/markerfactory.min.js",
"jsdelivr": "dist/markerfactory.min.js",
"jspm": {
"format": "esm",
"main": "markerfactory.js",
"directories": {
"lib": "dist"
},
"dependencies": {},
"devDependencies": {
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.25"
}
},
"scripts": {
"test": "karma start",
"build": "rollup -c"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^4.19.1",
"jasmine-core": "^3.1.0",
"karma": "^3.1.1",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.16",
"rollup": "^0.67.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-strip": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"serve": "^10.0.2"
},
"dependencies": {}
}