-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "desert-or-ocean",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.1",
"browser-sync": "^2.11.2",
"css-loader": "^0.26.0",
"csshake": "^1.5.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-filter": "^4.0.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"mob-date-selector": "^1.0.0",
"mob-multi-picker": "^1.1.0",
"morgan": "^1.7.0",
"open-browser-webpack-plugin": "0.0.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"cheerio": "^0.22.0",
"superagent": "^2.2.0"
}
}