forked from experimental-berlin/muzhack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.12 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
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
{
"name": "muzhack",
"version": "1.0.0",
"description": "Open platform for publishing of music hardware projects.",
"main": "app/server.js",
"scripts": {
"test": "npm run lint && ./node_modules/.bin/jasmine",
"lint": "eslint ./app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muzhack/muzhack.git"
},
"keywords": [
"muzhack"
],
"author": "Arve Knudsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/muzhack/muzhack/issues"
},
"homepage": "https://github.com/muzhack/muzhack#readme",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-node5": "^10.1.2",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.23.1",
"eslint": "^1.9.0",
"file-loader": "^0.8.4",
"imports-loader": "^0.6.5",
"jasmine": "^2.4.1",
"json-loader": "^0.5.3",
"node-sass": "^3.4.1",
"raw-loader": "^0.5.1",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"aws-s3-form": "^0.3.2",
"aws-sdk": "^2.2.17",
"base64url": "^1.0.5",
"bcrypt": "^0.8.5",
"crypto-js": "^3.1.5",
"falcor-hapi": "0.0.2",
"grunt": "^0.4.5",
"hapi": "^12.0",
"hapi-auth-cookie": "^5.0",
"html-to-react": "^0.1.1",
"immstruct": "^2.0.0",
"inert": "^3.2.0",
"isotope-layout": "^2.2.2",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"js-logger-aknudsen": "^1.3.1",
"jszip": "^2.5.0",
"mandrill-api": "^1.0.45",
"moment": "^2.10.6",
"normalize.css": "^3.0.3",
"omniscient": "^4.0.0",
"purecss": "^0.6.0",
"ramda": "^0.19.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-hyperscript": "^2.2.0",
"react-modal": "^0.6.1",
"react-packery-component": "^1.0.1",
"request": "^2.67.0",
"rethinkdb": "^2.2.0",
"underscore.string.fp": "^1.0.4",
"vision": "^4.0.1"
}
}