-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.66 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "dreamplayer",
"version": "0.0.1",
"description": "DreamVids's player",
"author": "Dimitri Nicolas <dimitri@dreamvids.fr>",
"contributors": [],
"main": "lib/foo.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/dreamvids/player"
},
"bugs": {
"url": "https://github.com/dreamvids/player/issues"
},
"keywords": [
"dreamvids",
"player",
"dreamplayer"
],
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"babel-core": "^4.3.0",
"babel-loader": "^5.0.0",
"browser-sync": "^2.5.3",
"cmi": "^2.0.0",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-cli": "^0.2.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-postcss": "^5.1.3",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"jsx-loader": "^0.13.1",
"marmottajax": "^2.0.2",
"postcss": "^4.1.6",
"postcss-assets": "^2.1.0",
"postcss-calc": "^4.0.1",
"postcss-color-function": "^1.2.0",
"postcss-color-rgba-fallback": "^1.1.1",
"postcss-for": "^0.2.0",
"postcss-image-set": "^1.0.0",
"postcss-import": "^5.2.2",
"postcss-merge-rules": "^1.2.2",
"postcss-mixins": "^0.1.1",
"postcss-nested": "^0.2.2",
"postcss-opacity": "^2.0.0",
"postcss-pxtorem": "^2.0.1",
"postcss-simple-extend": "^0.3.1",
"postcss-simple-vars": "^0.2.4",
"postcss-size": "^0.1.0",
"postcss-will-change": "^0.1.0",
"through2": "^0.6.5",
"webpack": "^1.8.4"
}
}