forked from netconstructor/conductor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
38
39
{
"name": "conductor",
"version": "0.3.0",
"description": "Conductor.js is a library, built on top of Oasis.js, for embedding untrusted rich content that can still participate in a larger ecosystem.",
"main": "index.js",
"scripts": {
"test": "grunt test",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/tildeio/conductor.js.git"
},
"author": "Tilde, Inc.",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-jst": "~0.5.1",
"grunt-saucelabs": "~4.0.4",
"gfms": "0.0.7",
"grunt-es6-module-transpiler": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"jsframe": "~0.1.0-3",
"globule": "~0.1.0",
"matchdep": "~0.1.2",
"sinon": "~1.7.2",
"bower": "~1.2.6",
"shelljs": "~0.2.5"
},
"dependencies": {
"rsvp": "2.0.3"
}
}