-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 858 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 858 Bytes
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
{
"name": "preprocessor-stub",
"version": "0.0.1",
"description": "Stub for setting up preprocessor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"watch": "gulp watch",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git@github.com:ok-technopolis/preprocessor-stub.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-latest": "^6.24.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-css-rebase-urls": "0.0.5",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.5.1",
"webpack-cli": "^2.0.13"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"nomnom": "^1.8.1",
"webpack": "^4.4.1"
}
}