-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 896 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "qun2mail",
"version": "0.1.0",
"description": "qun2email",
"author": "yemoo",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"dependencies": {
"construx": "^1.0.0",
"construx-copier": "^1.0.0",
"construx-dustjs": "^1.1.0",
"construx-sass": "^1.0.0",
"eslint": "^1.10.3",
"excel-export": "^0.5.1",
"express": "^4.12.2",
"kraken-js": "^1.0.3",
"makara": "^2.0.3",
"request": "^2.72.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "^1.4.0",
"grunt-eslint": "^17.3.2",
"grunt-mocha-cli": "^1.14.0",
"grunt-sass": "^1.1.0",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
}
}