-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.85 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
{
"name": "ozp-help",
"version": "1.0.7",
"description": "",
"homepage": "https://github.com/ozone-development/ozp-help",
"author": "wski <contact.mattdylan@gmail.com> (http://wski.io/)",
"license": {
"type": "Apache-2.0",
"url": "https://spdx.org/licenses/Apache-2.0"
},
"main": "preprocessor.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"watch": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"tarDistDate": "./node_modules/.bin/gulp tarDistDate",
"tarDistVersion": "./node_modules/.bin/gulp tarDistVersion"
},
"dependencies": {
"bootstrap-sass": "git://github.com/ozone-development/bootstrap-sass",
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^3.2.0",
"coffee-script": "^1.9.0",
"css-loader": "^0.17.0",
"del": "^2.0.2",
"extract-text-webpack-plugin": "^0.8.2",
"file": "^0.2.2",
"file-loader": "^0.8.1",
"gulp": "^3.8.10",
"gulp-filter": "^3.0.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.3",
"gulp-size": "^2.0.0",
"gulp-util": "^3.0.3",
"highlight.js": "^8.4.0",
"icons": "git://github.com/ozone-development/icons#master",
"image-webpack-loader": "^1.2.0",
"imagemin": "^3.1.0",
"jeet": "^6.1.2",
"jquery": "^2.1.4",
"jsx-loader": "^0.13.2",
"lodash": "^3.1.0",
"map-stream": "0.0.6",
"nib": "^1.1.0",
"react": "^0.13.3",
"react-hot-loader": "^1.1.4",
"react-retina-image": "^1.1.2",
"react-router": "^0.13.3",
"reflux": "^0.2.5",
"run-sequence": "^1.0.2",
"rupture": "^0.6.1",
"style-loader": "^0.12.3",
"sweetalert": "1.1.0",
"touch": "1.0.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
}
}