-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "inscricaoestadual",
"version": "0.0.5",
"description": "Biblioteca de validação de inscrições estaduais",
"main": "ie.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/gammasoft/ie.git"
},
"keywords": [
"inscrição",
"estadual",
"validação",
"brasil"
],
"author": "Gammasoft Desenvolvimento de Software Ltda <[email protected]>",
"contributors": [
{
"name": "Sérgio Vilar",
"email": "[email protected]",
"url": "https://github.com/sergiovilar"
},
{
"name": "Renato Gama",
"email": "[email protected]",
"url": "https://github.com/renatoargh"
},
{
"name": "vinidalmagro",
"url": "https://github.com/vinidalmagro"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-uglify": "~0.3.2",
"nodeunit": "~0.8.0",
"underscore": "^1.6.0"
}
}