-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 968 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
29
30
31
32
33
{
"name": "react-embed-wyrimaps-map",
"description": "ReactJS component to embed WyriMaps.net maps",
"author": "Cees-Jan Kiewiet <[email protected]> (https://wyrihaximus.net)",
"license": "MIT",
"scripts": {
"pretest": "jshint ./index.js && eslint ./index.js && jscs ./index.js",
"test": "mocha --compilers js:babel-core/register ./tests.js"
},
"dependencies": {
"react": "^15.0.1",
"react-dom": "^16.0.1"
},
"devDependencies": {
"babel-core": "^6.0.16",
"babel-loader": "^6.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.15",
"babel-preset-es2015": "^6.0.15",
"chai": "~3.5.0",
"eslint": "~3.2.0",
"eslint-plugin-smells": "^1.0.1",
"jscs": "~3.0.3",
"jscs-loader": "~0.3.0",
"jshint": "~2.9.1",
"jshint-loader": "~0.8.3",
"json-loader": "^0.5.4",
"mocha": "~2.4.5",
"sinon": "~1.17.3",
"webpack": "^1.12.2"
},
"main": "index.js",
"version": "0.1.2"
}