forked from geomoose/gm3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "geomoose",
"version": "3.0.1-beta",
"repository": "https://github.com/geomoose/gm3.git",
"description": "GeoMoose is a Web Client JavaScript Framework for displaying distributed cartographic data.",
"main": "dist/geomoose.js",
"homepage": "http://www.geomoose.org",
"bugs": "https://github.com/geomoose/gm3/issues",
"scripts": {
"test": "node node_modules/jest/bin/jest.js --coverage tests",
"prepublish": "grunt build",
"start": "grunt serve",
"serve": "grunt serve"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!ol|mapbox|jsts)"
],
"setupFiles": [
"./tests/setup.js"
],
"moduleDirectories": [
"node_modules",
"src/"
]
},
"author": "Dan 'Ducky' Little",
"license": "MIT",
"directories": {
"doc": "docs",
"example": "demo",
"lib": "src",
"test": "tests"
},
"devDependencies": {
"babel": "~6.5.2",
"babel-cli": "~6.14.0",
"babel-core": "~6.14.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^19.0.0",
"babel-loader": "~6.2.5",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "~6.14.0",
"babel-preset-react": "~6.11.1",
"enzyme": "^2.8.1",
"eslint": "^3.18.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-react": "^6.10.3",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"grunt": "~1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-webpack": "^1.0.14",
"gruntify-eslint": "~3.1.0",
"jest": "^19.0.2",
"jspdf": "^1.3.3",
"jsts": "^1.4.0",
"less": "^2.7.1",
"mapbox-to-ol-style": "^2.4.2",
"mapskin": "^1.0.0",
"markup-js": "^1.5.21",
"md5": "^2.2.1",
"ol": "^4.1.1",
"papaparse": "^4.1.2",
"proj4": "^2.4.3",
"react": "~15.3.1",
"react-addons-test-utils": "~15.3.1",
"react-dom": "~15.3.1",
"react-hot-loader": "^1.3.0",
"react-redux": "~4.4.5",
"redux": "~3.6.0",
"reqwest": "~2.0.5",
"usng-tools-js": "git+https://github.com/klassenjs/usng-tools-js.git",
"uuid": "~2.0.3",
"webpack": "~1.13.2",
"webpack-dev-server": "~1.16.1"
},
"dependencies": {}
}