forked from experianplc/Experian-Address-Validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 828 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": "Experian-Address-Validation",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "Experian",
"contact": "https://github.com/experianplc",
"url": "https://github.com/experianplc/Experian-Address-Validation",
"repository": {
"type": "git",
"url": "git://github.com/experianplc/Experian-Address-Validation.git"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-coveralls": "~1.0.0",
"grunt-template-jasmine-istanbul": "^0.5.0"
},
"scripts": {
"test": "grunt test"
}
}