-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.93 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
{
"name": "cosmos",
"version": "1.0.0",
"description": "Project manager app",
"main": "app/main.js",
"scripts": {
"dev": "electron ./app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voidgraphics/Cosmos.git"
},
"keywords": [
"Cosmos",
"Project",
"Manager",
"Void",
"Graphics"
],
"author": "Void Graphics",
"license": "ISC",
"bugs": {
"url": "https://github.com/voidgraphics/Cosmos/issues"
},
"homepage": "https://github.com/voidgraphics/Cosmos#readme",
"devDependencies": {
"autosize": "^3.0.20",
"babel": "^6.3.13",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.18.0",
"browser-sync": "^2.9.8",
"browserify": "^12.0.1",
"browserify-fs": "^1.0.0",
"coffee-loader": "^0.7.2",
"cross-env": "^1.0.5",
"css-loader": "^0.23.0",
"devtron": "^1.3.0",
"dragula": "^3.5.4",
"electron-builder": "^1.0.0",
"electron-connect": "^0.6.1",
"electron-packager": "^4.0.2",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.7",
"moment": "^2.10.6",
"nl2br": "0.0.3",
"pikaday": "^1.4.0",
"sass-loader": "^3.1.2",
"socket.io-client": "^1.3.7",
"style-loader": "^0.13.0",
"susy": "^2.2.6",
"template-html": "0.0.2",
"url-loader": "^0.5.7",
"vinyl-source-stream": "^1.1.0",
"vue": "^1.0.10",
"vue-async-data": "^1.0.2",
"vue-focus": "^0.1.2",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.2.0",
"vue-router": "^0.7.7",
"webpack": "^1.12.9",
"zouti": "^0.3.1",
"lodash.orderby": "^4.6.0"
},
"dependencies": {
}
}