-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "ifasecure",
"version": "0.0.1",
"description": "IFA secure website",
"main": "index.html",
"scripts": {
"test": "grunt karma"
},
"repository": {
"type": "git",
"url": "https://github.com/Gintellect/ifasecure.git"
},
"author": "Gintellect",
"license": "All Rights Reserved",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-less": "~0.7.0",
"bower": "~1.2.7",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-env": "~0.4.0",
"cucumber": "git+https://github.com/devpaul/cucumber-js.git",
"grunt-cucumber": "~0.2.3",
"selenium-webdriver": "~2.37.0",
"protractor": "~0.11.0",
"chai": "~1.7.2",
"async": "~0.2.9",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-gint": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-aws-s3": "~0.7.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.4",
"grunt-karma": "~0.6.2",
"karma-sinon-chai": "~0.1.1",
"mocha": "~1.14.0",
"karma-mocha": "~0.1.0"
}
}