forked from ertrzyiks/ipa-distribution-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "ipa-distribution-ui",
"version": "0.0.1",
"description": "Web interface for ipa-distribution",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "lessc ./src/less/semantic.less ./public/semantic.css",
"minify": "uglifycss ./public/semantic.css > ./public/semantic.min.css",
"prestart": "npm run compile && npm run minify",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ertrzyiks/ipa-distribution-ui.git"
},
"author": "ertrzyiks <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ertrzyiks/ipa-distribution-ui/issues"
},
"homepage": "https://github.com/ertrzyiks/ipa-distribution-ui#readme",
"dependencies": {
"babel-core": "^5.8.34",
"bluebird": "^3.0.5",
"consolidate": "ertrzyiks/consolidate.js",
"defaults": "^1.0.3",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"less": "^2.5.3",
"moment": "^2.10.6",
"nunjucks": "^2.1.0",
"semantic-ui-less": "^2.1.6",
"superagent": "^1.4.0",
"superagent-promise": "^1.0.3",
"uglifycss": "0.0.18"
}
}