-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 918 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
35
{
"name": "renderjs",
"version": "0.29.0",
"description": "RenderJs provides HTML5 gadgets",
"main": "dist/renderjs-latest.js",
"dependencies": {
"rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git"
},
"devDependencies": {
"URIjs": "~1.12.x",
"connect-livereload": "~0.3.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-curl": "~1.2.1",
"grunt-jslint": "1.1.14",
"grunt-open": "~0.2.2",
"sinon": "~1.7.3"
},
"scripts": {
"test": "./node_modules/.bin/grunt test",
"lint": "./node_modules/.bin/grunt lint",
"prepublish": "./node_modules/.bin/grunt build"
},
"keywords": [
"component",
"html5"
],
"author": "Nexedi SA",
"license": "LGPL 3"
}