forked from bjnortier/shapesmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 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
51
52
53
54
55
56
57
58
{
"name": "shapesmith",
"description": "Shapesmith - Parametric, Open-Source 3D Modeling in your browser",
"tags": [],
"keywords": [
"3d modelling",
"webgl",
"cad"
],
"version": "2.0.3",
"author": {
"name": "Benjamin Nortier",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/bjnortier/shapesmith.next.git"
},
"contributors": [],
"engines": [
"node"
],
"scripts": {
"test": "grunt test",
"start": "nodemon -e js,hbs,json src/api/server.js"
},
"dependencies": {
"express": "3.x",
"hbs": "2.0.1",
"nconf": ">= 0.6.7",
"requirejs": "~2.1.2",
"underscore": "= 1.4.3",
"backbone-events": "git://github.com/bjnortier/backbone-events.git#0.9.9",
"backbone": "= 0.9.9",
"sqlite3": "~2.1.17",
"ueberDB": "git://github.com/bjnortier/ueberDB#feature/shapesmith",
"node-uuid": "~1.4.1",
"felix-couchdb": "~1.0.7",
"bcrypt": "~0.7.7",
"connect-redis": "~1.4.5"
},
"devDependencies": {
"mocha": "= 1.7.4",
"chai": "= 1.3.0",
"libxmljs": ">= 0.7.1",
"grunt-simple-mocha": "~0.4.0",
"webdriverjs": "git://github.com/bjnortier/webdriverjs.git#feature/disable-request-pooling",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-express": "~0.3.2",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-less": "~0.6.4",
"grunt-exec": "~0.4.2",
"grunt-contrib-uglify": "~0.2.4"
}
}