-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "qty",
"version": "1.0.1",
"description": "Parse, validate, manipulate, and display physical dimensions.",
"main": "qty.js",
"engines": {
"node": ">=0.10.32",
"npm": ">=1.4.28"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/nicolaspanel/qty.js.git"
},
"keywords": [
"length",
"area",
"volume",
"mass",
"parse",
"manipulate",
"display",
"physical dimensions",
"dimensions",
"conversion",
"speed"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nicolaspanel/qty.js/issues"
},
"homepage": "https://github.com/nicolaspanel/qty.js",
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"coveralls": "~2.11.0",
"expect.js": "^0.3.1",
"grunt": "~0.4.4",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.2",
"grunt-karma": "^0.9.0",
"grunt-simple-mocha": "~0.4.0",
"istanbul": "~0.3.2",
"jasmine": "^2.2.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-mocha-reporter": "latest",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "~0.6.0",
"mocha": "~1.21.4",
"mocha-lcov-reporter": "0.0.1",
"phantomjs": "^1.9.7-15"
}
}