-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "kraken-mysql",
"version": "0.1.0",
"description": "Test sequalize with kraken",
"author": "Me",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"dependencies": {
"bcrypt": "^1.0.2",
"connect-flash": "^0.1.1",
"construx": "^1.0.0",
"construx-copier": "^1.0.0",
"construx-dustjs": "^1.1.0",
"construx-less": "^1.0.0",
"dust-makara-helpers": "^4.2.0",
"eslint": "^1.10.3",
"express": "^4.12.2",
"kraken-js": "^2.0.0",
"makara": "^2.0.3",
"mysql": "^2.13.0",
"mysql2": "^1.2.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"requirejs": "^2.3.3",
"sequelize": "^3.30.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "^1.4.0",
"grunt-eslint": "^17.3.2",
"grunt-makara-amdify": "^1.0.1",
"grunt-mocha-cli": "^1.14.0",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
}
}