-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 900 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
{
"name": "pianissimo",
"version": "2.1.0",
"description": "Helpers for notes, intervals, chords and scales building",
"main": "pianissimo.js",
"types": "pianissimo.d.ts",
"scripts": {
"build": "webpack --progress ",
"watch": "webpack --progress --watch",
"test": "qunit",
"lint": "eslint --config .eslintrc.js --format compact ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtActionPark/Pianissimo.git"
},
"author": "Clément Matheron",
"license": "ISC",
"bugs": {
"url": "https://github.com/AtActionPark/Pianissimo/issues"
},
"homepage": "https://github.com/AtActionPark/Pianissimo#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"eslint-config-google": "^0.9.1",
"qunit": "^2.11.3",
"webpack": "^3.8.1"
},
"dependencies": {}
}