-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "oh-my-dear-js",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thomas Yang <[email protected]>",
"license": "ISC",
"description": "",
"dependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.22.0",
"d3": "^3.5.6",
"debug": "^2.2.0",
"del": "^2.0.2",
"domready": "^1.0.8",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-coffee": "^2.3.1",
"gulp-compass": "^2.1.0",
"gulp-fingerprint": "^0.3.2",
"gulp-flatten": "^0.2.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^6.0.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"jade": "^1.11.0",
"nib": "^1.1.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"style-loader": "^0.13.0",
"stylus": "^0.52.4",
"stylus-inline-webpack": "^1.0.0",
"stylus-loader": "^1.4.2",
"url-loader": "^0.5.6",
"webpack": "^1.12.3",
"webpack-dev-server": "^1.12.1",
"webpack-manifest-plugin": "^0.5.0",
"webpack-stream": "^2.2.0"
}
}