forked from raphamorim/origami.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "origamijs",
"version": "0.5.1",
"description": "HTML5 Canvas for Humans",
"main": "dist/origami.js",
"scripts": {
"test": "grunt",
"test:only": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/*.html",
"coverage": "./node_modules/.bin/istanbul cover grunt test --report lcovonly -- -R spec",
"ci": "npm run-script coverage && node ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raphamorim/origami.js.git"
},
"author": "Raphael Amorim",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/raphamorim/origami.js/issues"
},
"homepage": "https://github.com/raphamorim/origami.js#readme",
"devDependencies": {
"chai": "3.4.1",
"coveralls": "^2.11.6",
"grunt": "0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-run": "^0.5.2",
"imagediff": "^1.0.8",
"istanbul": "^0.4.2",
"mocha": "2.3.4",
"mocha-phantomjs": "4.0.2"
}
}