-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "create-bundle",
"private": true,
"description": "Create bundle",
"version": "1.0.0",
"main": "novaideo/js/main.js",
"author": "Vincent Fretin",
"license": "GPL",
"devDependencies": {
"babelify": "^6.4.0",
"browserify": "^12.0.1",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.1",
"loose-envify": "^1.1.0",
"merge-stream": "^1.0.0",
"minifyify": "^7.1.0",
"run-sequence": "^1.1.4",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"through2": "^2.0.0"
},
"dependencies": {
"bootstrap": "^3.3.5",
"bootstrap-social": "^4.11.0",
"draft-js-plugins-editor": "^1.1.0",
"jquery": "^2.2.4",
"jquery-ui": "^1.10.5",
"jquery.cookie": "^1.4.1",
"jquery.placeholder": "^2.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production gulp build",
"start": "gulp"
}
}