-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "linear-presets-amount-of-substance",
"version": "1.0.0",
"description": "Linear presets for amount of substance units",
"main": "src/linear-presets-amount-of-substance.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/javiercejudo/linear-presets-amount-of-substance"
},
"keywords": [
"linear-presets",
"conversion",
"amount-of-substance",
"scales"
],
"author": "Javier Cejudo",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/linear-presets-amount-of-substance/issues"
},
"homepage": "https://github.com/javiercejudo/linear-presets-amount-of-substance",
"devDependencies": {
"floating-adapter": "^1.0.0",
"gulp": "^3.8.11",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.10.1",
"gulp-mocha": "^2.0.0",
"linear-arbitrary-precision": "^3.1.0",
"linear-preset-factory": "^1.0.2",
"rescale": "^10.0.0",
"rimraf": "^2.3.2",
"should": "^8.0.0"
}
}