-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 897 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 897 Bytes
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
{
"author": "Pereskokova Marina <[email protected]>",
"name": "mapsapi-area",
"description": "Yandex Maps API plugin for calculating geodesic features area",
"version": "0.0.1",
"main": "build/util.calculateArea.js",
"homepage": "https://github.com/yandex/mapsapi-area",
"keywords": [
"yandex",
"maps"
],
"repository": {
"type": "git",
"url": "https://github.com/yandex/mapsapi-area.git"
},
"devDependencies": {
"chai": "4.0.2",
"grunt": "1.0.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "1.0.0",
"jscs": "1.8.1",
"karma": "0.12.21",
"karma-phantomjs-launcher": "1.0.4",
"karma-mocha": "0.1.7",
"mocha": "3.4.2",
"phantomjs": "^1.9.18"
},
"scripts": {
"lint": "jscs -p yandex src",
"test": "./node_modules/karma/bin/karma start test.conf.js"
}
}