-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "InfiSpector",
"version": "0.0.1",
"private": false,
"authors": "Tomas Sykora, Vratislav Hais, Marek Ciz, Jan Fitz, Patrik Cigas, Tomas Veskrna",
"homepage": "https://github.com/infinispan/infispector/",
"standards": "HTML5, CSS3",
"framework": "Express, Angular",
"dependencies": {
"xregexp": "1.5.1",
"plywood-druid-requester": "1.5.3",
"express": "3.0.0",
"ejs": ">= 0.8.3",
"es6-promise": ">= 3.2.1",
"mongoose": ">= 3.6.1",
"infinispan": "0.2.0",
"jsonfile": "2.3.0",
"rsvp":"3.2.1",
"crypto": ">= 0.0.3",
"passport": ">= 0.1.6",
"passport-local": ">= 0.1.6",
"nodemailer": ">= 0.4.1",
"nodemon": "1.3.7",
"is-online": ">=7.0.0",
"jasmine": "^2.8.0",
"request": "2.81.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-karma": "~0.4.4",
"grunt-nodemon": "^0.4.0",
"grunt-processhtml": "~0.2.7",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.1.0"
},
"scripts": {
"start": "node app.js",
"test": "jasmine spec/postRequestsTest.js"
}
}