forked from mindmup/mapjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
{
"name": "mindmup-mapjs",
"license": "MIT",
"description": "Mind mapping visualisation library, using SVG, developed for MindMup",
"repository": {
"type": "git",
"url": "https://github.com/mindmup/mapjs.git"
},
"keywords": [
"mindmup",
"svg"
],
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/mindmup/mapjs/issues"
},
"homepage": "https://www.mindmup.com",
"version": "1.2.0",
"scripts": {
"test": "grunt jasmine",
"prepublish": "grunt browserify:dependencies dist",
"pretest": "grunt browserify:dependencies"
},
"main": "dist/index.js",
"dependencies": {
"underscore": "^1.8.3",
"jquery": "^2.1.4",
"jquery-hammerjs": "^1.1.3",
"hammerjs": "^1.1.3",
"color": "^0.10.1",
"jquery.hotkeys": "git://github.com/jeresig/jquery.hotkeys"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.5.0",
"grunt-notify": "^0.4.1"
}
}