forked from jlongster/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "jlongster.com",
"author": "James Long",
"dependencies": {
"6to5": "^2.2.0",
"6to5-loader": "^1.0.0",
"body-parser": "^1.10.0",
"cookie-session": "^1.1.0",
"css-loader": "^0.9.0",
"debounce": "^1.0.0",
"event-stream": "^3.2.0",
"express": "^4.10.6",
"extract-text-webpack-plugin": "^0.3.6",
"file-loader": "^0.8.1",
"gulp": "git://github.com/gulpjs/gulp#4.0",
"gulp-6to5": "^2.0.0",
"gulp-cached": "^1.0.1",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"handlebars": "^2.0.0",
"highlight.js": "^8.4.0",
"json-loader": "^0.5.1",
"less": "^2.1.2",
"less-loader": "^2.0.0",
"moment": "^2.8.4",
"nconf": "^0.7.1",
"nodemon": "^1.2.1",
"nprogress": "^0.1.6",
"oauth": "^0.9.12",
"raw-loader": "^0.5.1",
"react": "^0.12.2",
"react-router": "^0.11.6",
"redis": "^0.12.1",
"regenerator": "^0.8.2",
"source-map-support": "^0.2.8",
"style-loader": "^0.8.2",
"transducers.js": "^0.2.3",
"webpack": "^1.4.15",
"xhr": "^2.0.0"
}
}