-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "livecoding",
"version": "0.0.0",
"description": "livecoding",
"main": "index.js",
"repository": {
"type": "git",
"url": "/~https://github.com/gabrielflorit/livecoding.git"
},
"keywords": [
"livecoding"
],
"author": "Gabriel Florit",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/gabrielflorit/livecoding/issues"
},
"homepage": "/~https://github.com/gabrielflorit/livecoding",
"devDependencies": {
"browser-sync": "^1.6.0",
"css-loader": "^0.9.0",
"del": "^0.1.3",
"exports-loader": "^0.6.2",
"fs-extra": "^0.12.0",
"github": "^0.2.2",
"gulp": "^3.8.9",
"gulp-csso": "^0.2.9",
"gulp-data": "^1.0.2",
"gulp-filter": "^1.0.2",
"gulp-notify": "^2.0.1",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-template": "^1.1.1",
"gulp-util": "^3.0.1",
"gulp-webpack": "^1.0.0",
"imports-loader": "^0.6.3",
"json-loader": "^0.5.1",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.1",
"style-loader": "^0.8.1"
},
"dependencies": {
"acorn": "^0.9.0",
"codemirror": "^4.7.0",
"csslint": "^0.10.0",
"github-api": "^0.7.0",
"lodash": "^2.4.1",
"moment": "^2.8.3",
"normalize.css": "^3.0.2",
"pubsub-js": "^1.5.0"
}
}