-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
69 lines (69 loc) · 2.27 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ZenoProject",
"version": "1.1.0",
"author": "MFO <[email protected]>",
"description": "Screenshot comparaison tool",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/lesfurets/zeno-pixel"
},
"bugs": {
"url": "https://github.com/lesfurets/zeno-pixel/issues"
},
"contributors": [
{
"name": "Matthieu Fourtina",
"email": "[email protected]"
}
],
"scripts": {
"postinstall" : "bower install",
"test" : "./node_modules/.bin/karma start tests/karma.conf.js",
"back" : "mocha --compilers coffee:coffee-script/register tests/back/*.coffee",
"update-webdriver" : "webdriver-manager update",
"protractor" : "protractor tests/protractor-conf.js"
},
"dependencies": {
"body-parser" : "^1.11.0",
"coffee-script" : "~1.6.3",
"express" : "4.x",
"imagemagick" : "0.1.3",
"imap" : "^0.8.14",
"jade" : "1.6.0",
"minimist" : "1.1.0",
"n3-charts" : "^2.0.11",
"pdfkit" : "0.7.0",
"phantomjs-prebuilt" : "^2.1.4",
"pngjs" : "0.4.0",
"slimerjs" : "^0.10.2",
"socket.io" : "1.1.0",
"xml2js" : "0.4.4"
},
"license": "MIT",
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"bower" : "^1.3.1",
"grunt" : "~0.4.4",
"grunt-autoprefixer" : "~1.0.1",
"grunt-contrib-coffee" : "0.10.1",
"grunt-contrib-concat" : "~0.4.0",
"grunt-contrib-cssmin" : "~0.9.0",
"grunt-contrib-jshint" : "^0.10.0",
"grunt-contrib-less" : "~0.11.0",
"grunt-contrib-uglify" : "~0.4.0",
"grunt-contrib-watch" : "~0.6.1",
"karma" : "^0.13.15",
"karma-coffee-preprocessor" : "^0.3.0",
"karma-coverage" : "^0.5.3",
"karma-jasmine" : "^0.1.5",
"karma-chrome-launcher" : "^0.2.1",
"karma-phantomjs-launcher" : "^1.0.0",
"protractor" : "^3.2.0",
"request" : "^2.51.0",
"should" : "^4.6.1",
"socket.io-client" : "^1.3.2"
}
}