-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
35 lines (35 loc) · 913 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
34
35
{
"author": "Morozov Andrey <[email protected]>",
"name": "Heatmap",
"description": "Heatmap module for API Yandex.Maps",
"version": "0.0.1",
"main": "build/heatmap.js",
"homepage": "https://github.com/yandex/mapsapi-heatmap",
"keywords": [
"yandex",
"maps",
"heatmap"
],
"repository": {
"type": "git",
"url": "https://github.com/yandex/mapsapi-heatmap.git"
},
"devDependencies": {
"chai": "1.9.1",
"grunt": "0.4.2",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-watch": "0.6.1",
"jscs": "1.8.1",
"karma": "0.12.21",
"karma-chrome-launcher": "0.1.7",
"karma-firefox-launcher": "0.1.3",
"karma-opera-launcher": "0.1.0",
"karma-mocha": "0.1.7",
"mocha": "1.21.4"
},
"scripts": {
"lint": "jscs -p yandex src",
"test": "./node_modules/karma/bin/karma start test.conf.js"
}
}