-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
121 lines (121 loc) · 3.27 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "Brickify",
"version": "0.11.0",
"description": "Faster 3D-printing with LEGO bricks",
"keywords": [
"fabrication",
"3d printing",
"lego"
],
"homepage": "http://brickify.it",
"bugs": "http://github.com/brickify/brickify/issues",
"dependencies": {
"PEP": "brickify/PEP#0.3.1",
"array.prototype.find": "^1.0.0",
"array.prototype.findindex": "^1.0.0",
"blueimp-md5": "^1.1.0",
"body-parser": "^1.9.1",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.5",
"bootstrap-styl": "^4.0.2",
"browserify": "^10.2.3",
"browserify-data": "^0.2.0",
"browserify-middleware": "^6.0.0",
"clone": "^1.0.0",
"coffee-script": "^1.9.1",
"coffeeify": "^1.0.0",
"compression": "^1.2.0",
"cookie-parser": "^1.3.3",
"envify": "^3.2.0",
"errorhandler": "^1.2.2",
"es6-collections": "^0.5.1",
"es6-collections-iterators": "^0.2.1",
"es6-promise": "^2.0.0",
"express": "^4.12.3",
"extend": "^3.0.0",
"filesaver.js": "^0.1.1",
"font-awesome": "^4.3.0",
"fs-promise": "^0.3.1",
"jade": "^1.10.0",
"jquery": "^2.1.1",
"js-yaml": "^3.2.7",
"jszip": "^2.5.0",
"loglevel": "^1.2.0",
"meshlib": "^0.7.2",
"mkdirp": "^0.5.0",
"morgan": "^1.4.1",
"mousetrap": "^1.4.6",
"nanobar": "^0.2.1",
"nib": "^1.0.4",
"node-png": "^0.4.3",
"operative": "^0.4.0-rc1",
"perfect-scrollbar": "^0.6.1",
"readdirp": "^1.1.0",
"serve-favicon": "^2.1.6",
"spin": "0.0.1",
"stl-exporter": "^0.3.2",
"stl-parser": "^0.8.0",
"string.prototype.endswith": "^0.2.0",
"stringify": "^3.1.0",
"stylus": "^0.50.0",
"three": "brickify/three.js#dev-20150416",
"three-pointer-controls": "^0.5.3",
"winston": "^0.8.1",
"zeroclipboard": "^2.2.0"
},
"devDependencies": {
"chai": "^2.0.0",
"chai-as-promised": "^4.1.1",
"chai-shallow-deep-equal": "^1.2.0",
"coffeelint": "^1.10.1",
"crojsdoc": "^0.8.11",
"groc": "^0.8.0",
"jquery-mockjax": "^1.6.1",
"karma": "^0.12.28",
"karma-browserify": "^1.0.1",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.4",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.10",
"mocha": "^2.1.0"
},
"scripts": {
"build": "./node_modules/.bin/cake build",
"clean": "./node_modules/.bin/cake clean",
"start": "./node_modules/.bin/cake start",
"linkHooks": "./node_modules/.bin/cake linkHooks",
"checkStyle": "./node_modules/.bin/coffeelint Cakefile .",
"apiDocumentation": "./node_modules/.bin/crojsdoc -o apidoc src/**/*.coffee",
"documentation": "./node_modules/.bin/groc",
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register --recursive",
"testClient": "./node_modules/.bin/karma start",
"prepublish": "npm test && npm run checkStyle"
},
"repository": {
"type": "git",
"url": "http://github.com/brickify/brickify.git"
},
"author": "HPI HCI-Bachelorprojekt 2014",
"contributors": [
{
"name": "Adrian Sieber"
},
{
"name": "Arthur Silber"
},
{
"name": "Johannes Deselaers"
},
{
"name": "Stefan Neubert"
},
{
"name": "Yannis Kommana"
}
],
"license": "All rights reserved",
"private": true,
"engines": {
"node": "~0.12.0"
}
}