-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
91 lines (91 loc) · 2.43 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
{
"name": "muzhack",
"version": "1.3.24",
"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.23.1",
"babel-loader": "^7.0",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.14.0",
"babel-preset-node5": "^12.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.28",
"eslint": "^3.8.0",
"file-loader": "^0.11",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-sourcemaps": "^2.3.0",
"imports-loader": "^0.7.0",
"jasmine": "^2.4.1",
"json-loader": "^0.5.3",
"node-sass": "^4.2.0",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.5",
"sass-loader": "^6.0.0",
"style-loader": "^0.17",
"stylus": "^0.54.2",
"stylus-loader": "^3.0",
"url-loader": "^0.5.6",
"webpack": "^2.2",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"@arve.knudsen/js-logger": "^1.3.1",
"@arve.knudsen/react-autocomplete": "^1.0.1",
"@arve.knudsen/react-images": "^0.5.2",
"@arve.knudsen/react-infinite-scroll": "^0.1.7",
"base64url": "^2.0.0",
"bcrypt": "^1.0.0",
"bluebird": "^3.4.0",
"crypto-js": "^3.1.9-1",
"ent": "^2.2.0",
"error": "^7.0.2",
"google-cloud": "^0.54",
"hapi": "^16.0.0",
"hapi-auth-cookie": "^7.0",
"html-to-react": "^1.2.4",
"immstruct": "^2.0.0",
"inert": "^4.0.0",
"jquery": "^3.0.0",
"jszip": "^3.0.0",
"mandrill-api": "^1.0.45",
"moment": "^2.15.1",
"normalize.css": "^7.0.0",
"omniscient": "^4.0.0",
"pug": "2.0.0-rc.1",
"purecss": "^0.6.0",
"ramda": "^0.23.0",
"react": "^15.3.2",
"react-dom": "^15.4.1",
"react-hyperscript": "^3.0.0",
"react-masonry-component": "^5.0",
"react-modal": "^1.2.0",
"request": "^2.67.0",
"rethinkdb": "^2.2.0",
"stripe": "^4.15.0",
"tmp": "^0.0",
"underscore.string.fp": "^1.0.4",
"vision": "^4.0.1",
"yamljs": "^0.2.7"
}
}