-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 853 Bytes
/
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
{
"name": "angular-requirejs-scenario-karma-protractor",
"version": "0.0.1",
"author": "toddb <[email protected]>",
"description": "Test for scenario runner with karma and protractor for using requirejs and angular",
"license": "MIT",
"private": true,
"engines": {
"node": "~0.10.16",
"npm": "~1.3.8"
},
"devDependencies": {
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma": "~0.10.1",
"grunt-karma": "~0.6.1",
"karma-junit-reporter": "~0.1.0",
"karma-ng-scenario": "~0.1.0",
"karma-spec-reporter": "0.0.4",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-requirejs": "~0.4.1",
"protractor": "~0.12.0",
"grunt-protractor-runner": "~0.1.5"
}
}