-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"name": "@pcs4kids/basic-custom-map",
"version": "1.0.0",
"description": "Library to render basic custom maps",
"main": "dist/basic-custom-map.min.js",
"types": "dist/types/index.d.ts",
"scripts": {
"lint": "tslint -c tslint.json 'src/**/*.ts",
"compile": "webpack",
"build": "npm run lint && npm run compile",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server demo -o",
"demo": "npm run build && npm run serve",
"predeploy": "npm run build",
"deploy": "gh-pages -d demo -r [email protected]:PCs4KIDS/basic-custom-map.git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pcs4kids/basic-custom-map.git"
},
"keywords": [],
"author": "Mohammad Ali Khan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pcs4kids/basic-custom-map/issues"
},
"homepage": "https://github.com/pcs4kids/basic-custom-map#readme",
"devDependencies": {
"@types/snapsvg": "0.4.32",
"gh-pages": "2.0.1",
"http-server": "0.11.1",
"imports-loader": "0.8.0",
"ts-loader": "4.4.2",
"tslint": "5.11.0",
"typescript": "2.7.2",
"webpack": "4.6.0",
"webpack-cli": "2.0.15"
},
"dependencies": {
"snapsvg": "0.5.1"
}
}