-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
{
"name": "NGDynamicValidator",
"version": "0.0.1",
"description": "An AngularJS directive for advanced forms validation scenarios. Targeted at enterprise level Angular applications.",
"scripts": {
"install-dep" : "npm install && bower install && grunt bowerInstall && grunt compile-ts",
"compile-ts": "grunt compile-ts",
"start": "http-server -p 8000",
"karma": "karma start karma.conf.js",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "start npm start && protractor protractor.conf.js"
},
"repository": {
"type": "git",
"url": "git://github.com/IKoshelev/NGDynamicValidator.git"
},
"keywords": [
"AngularJS",
"Angular",
"validation"
],
"author": "[email protected]",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/IKoshelev/NGDynamicValidator/issues"
},
"dependencies": {
"grunt": "~0.4.4",
"typescript" : "*",
"grunt-ts": "*",
"bower": "~1.3.3",
"grunt-bower-install": "~1.4.1",
"karma": "~0.12.14",
"karma-cli": "0.0.4",
"karma-chrome-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1.5",
"karma-firefox-launcher": "~0.1.3",
"karma-html-reporter": "~0.2.3",
"karma-jasmine": "~0.1.5",
"protractor": "~0.22.0",
"http-server": "~0.6.1"
}
}