-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 965 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
{
"name": "pie-scoring",
"version": "1.2.0-prerelease",
"description": "A scoring processor which returns weighted or all-or-nothing scores",
"main": "lib/pie-scoring-processor-factory.js",
"scripts": {
"compile": "babel --presets es2015,react -d lib/ src/",
"test": "npm run compile && mocha --compilers js:babel-core/register test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PieLabs/pie-scoring.git"
},
"keywords": [
"pie"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PieLabs/pie-scoring/issues"
},
"homepage": "https://github.com/PieLabs/pie-scoring#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"mocha": "^3.0.2",
"release-helper": "github:pielabs/release-helper",
"sinon": "^1.17.6"
}
}