-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 970 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
29
30
31
32
33
34
35
36
37
{
"name": "angular-rut-validator",
"version": "0.1.0",
"description": "Una directiva para validar ruts",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/gpincheiraa/angular-rut-validator"
},
"author": "",
"license": "ISC",
"devDependencies": {
"coveralls": "^2.11.9",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-injector": "^0.6.1",
"grunt-open": "^0.2.3",
"grunt-shell": "^1.2.1",
"grunt-wiredep": "^3.0.1",
"istanbul": "^0.4.3",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.21",
"karma-coverage": "^0.5.5",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-spec-reporter": "0.0.24",
"load-grunt-tasks": "^3.4.1",
"wiredep": "^4.0.0"
}
}