-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "pretzel-assets-pipeline",
"version": "0.3.0",
"description": "Isomorphic asset pipeline for Pretzel apps",
"license": "MIT",
"author": "Anton Pawlik <[email protected]> (http://antpaw.org)",
"main": "index.js",
"scripts": {
"lint": "jshint **.js **/*.js **/**/*.js",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"dependencies": {
"assets-webpack-plugin": "^3.4.0",
"cors": "^2.7.1",
"debug": "^3.1.0",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-filerev": "^2.3.1",
"grunt-filerev-assets": "^1.0.0",
"grunt-sass": "^2.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.0.2",
"node-sass": "^4.5.2",
"node-sass-middleware": "^0.11.0",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^2.9.3"
},
"devDependencies": {
"jshint": "^2.9.4"
},
"bugs": {
"url": "https://github.com/Tickaroo/pretzel-assets-pipeline/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Tickaroo/pretzel-assets-pipeline.git"
}
}