-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 955 Bytes
/
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
{
"name": "pretzel-assets-pipeline-example",
"version": "0.0.1",
"description": "This is a simple usage example for pretzel-assets-pipeline module.",
"scripts": {
"s": "nf start",
"assets:server:dev": "node ./assets/pretzel_server.js",
"assets:clean": "grunt clean:pretzel --stack",
"assets:build:dll": "grunt webpack:pretzel-dll --stack",
"assets:build:all": "grunt pretzel-build-assets --stack --hashedName=true",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anton Pawlik <[email protected]> (http://antpaw.org)",
"license": "MIT",
"dependencies": {
"backbone": "^1.3.3",
"chart.js": "^2.2.1",
"dummyroo": "^0.0.1",
"express": "^4.14.0",
"jquery": "^3.1.0",
"pug": "^2.0.0-beta5"
},
"devDependencies": {
"coffee-loader": "^0.7.2",
"foreman": "^1.4.1",
"grunt": "^1.0.1",
"pretzel-assets-pipeline": "^0.1.0",
"pug-loader": "^2.2.1"
}
}