-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "@geoladris/core",
"version": "7.2.0-SNAPSHOT",
"license": "MIT",
"description": "Geoladris Core",
"repository": "[email protected]:geoladris/core.git",
"author": "Víctor González <[email protected]>",
"contributors": [
"Fernando González <[email protected]> (http://www.fergonco.org/)",
"Micho García <micho.garcia.geomati.co> (http://michogarcia.org/)"
],
"main": "build-tools/main.js",
"bin": {
"gl-build-app.js": "build-tools/buildApp.js"
},
"dependencies": {
"clean-css": "^4.1.2",
"fs-extra": "^2.1.2",
"jquery": "^2.1.0",
"klaw-sync": "^1.1.2",
"requirejs": "^2.1.8"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"eslint": "^3.18.0",
"eslint-config-airbnb-es5": "^1.1.0",
"eslint-plugin-react": "^6.10.3",
"jasmine-core": "^2.5.2",
"karma": "~1.3.0",
"karma-chrome-launcher": "~2.0.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "~1.0.2",
"karma-junit-reporter": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-requirejs": "~1.1.0",
"phantomjs-prebuilt": "^2.1.14",
"squirejs": "^0.2.1"
},
"files": [
"/src/*js",
"/build-tools",
"/templates",
"/geoladris.json"
],
"scripts": {
"test": "karma start",
"lint": "eslint src test",
"publish-dev": "build-tools/publish-js-dev.sh"
}
}