-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 744 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 744 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
{
"name": "kratos_api",
"version": "1.0.0",
"author": "Walter Beller-Morales",
"license": "None",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin",
"doc": "node_modules/.bin/aglio --theme-variables flatly -i api_blueprint.apib -o web/templates/documentation/index.html.eex"
},
"dependencies": {
"materialize-css": "^0.100.2",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html"
},
"devDependencies": {
"aglio": "^2.3.0",
"babel-brunch": "~6.0.0",
"brunch": "2.7.4",
"clean-css-brunch": "~2.0.0",
"copycat-brunch": "^1.1.0",
"css-brunch": "~2.0.0",
"javascript-brunch": "~2.0.0",
"uglify-js-brunch": "~2.0.1"
}
}