-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.72 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "rutha-2016",
"version": "1.0.1",
"description": "rutha ui",
"main": "lib/hapi/index.js",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"build:js": "node scripts/systemjs-build.js",
"build:sass": "node-sass --include-path scss scss/main.scss dist/main.css",
"sass:w": "node-sass --watch --include-path scss scss/main.scss src/app/css/main.css",
"start:hapi": "concurrently \"npm run sass:w\" \"npm run tsc:w\" \"nodemon lib/hapi/index.js -e js,html\" ",
"start:lite": "concurrently \"npm run sass:w\" \"npm run tsc:w\" \"npm run lite\" ",
"test": "karma start src/karma.conf.js",
"postinstall":"cd src && rm -rf node_modules/ && npm install"
},
"author": "Rogelio Morrell",
"repository": {
"type": "git",
"url": "git://github.com/molekilla/rutha-2016.git"
},
"engines": {
"node": ">=4.2.1"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.6.0",
"concurrently": "^2.0.0",
"lite-server": "^2.1.0",
"live-reload": "^1.1.0",
"node-sass": "^3.4.2",
"nodemon": "^1.9.1",
"systemjs": "^0.19.22",
"systemjs-builder": "^0.15.3",
"typescript": "1.8.7"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bell": "^7.0.0",
"boom": "^3.0.0",
"debug": "^2.2.0",
"good": "^6.4.0",
"good-console": "^5.2.0",
"hapi": "~13.0.0",
"hapi-auth-cookie": "^6.1.0",
"inert": "^3.2.0",
"joi": "8.0.4",
"mongoose": "^4.2.4",
"rutha-utils": "^1.1.0",
"underscore": "^1.8.3",
"vision": "^4.0.0"
}
}