-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 917 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
38
39
40
41
42
43
44
45
46
{
"name": "tinu",
"version": "1.0.8",
"description": "TINU - These Incredibly Naughty Units",
"main": "./lib/index.js",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Wanadev",
"url": "http://wanadev.fr/"
},
"maintainers": [
{
"name": "clementlvsr",
"email": "[email protected]"
},
{
"name": "wanadev",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/wanadev/tinu"
},
"bugs": {
"url": "https://github.com/wanadev/tinu/issues"
},
"keywords": [
"unit",
"measure",
"convertor",
"convert"
],
"license": "MIT",
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^3.2.0"
}
}