-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "floorplan",
"version": "1.0.0",
"description": "floorplans made it simple",
"author": "Pablo Novas <pjnovas@gmail.com>",
"dependencies": {
"events": "^1.0.2",
"hammerjs": "^2.0.4",
"lodash": "^3.9.3",
"pathfinding": "^0.4.17",
"shortid": "^2.2.2",
"svg-pan-zoom": "ariutta/svg-pan-zoom",
"svg.draggable.js": "^2.0.0",
"svg.js": "^2.0.5"
},
"devDependencies": {
"babel": "^4.6.3",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.20",
"babelify": "^6.3.0",
"browserify": "^10.2.6",
"chai": "^3.2.0",
"eslint": "^0.24.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^16.0.0",
"grunt-mocha-phantomjs": "^1.0.1",
"load-grunt-config": "^0.17.1",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"time-grunt": "^1.2.1"
}
}