-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·43 lines (43 loc) · 1.08 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
40
41
42
43
{
"name": "ember-share",
"version": "0.0.3",
"description": "",
"main": "dist/commonjs/main.js",
"directories": {
"lib": "lib"
},
"devDependencies": {
"chai": "^1.9.1",
"connect": "^2.15.0",
"engine.io": "^1.1.0",
"grunt": "~0.4.2",
"grunt-browserify": "~1.2.12",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-es6-module-transpiler": "~0.6.0",
"grunt-mocha-phantomjs": "~0.3.2",
"grunt-mocha-test": "~0.5.0",
"grunt-release-it": "0.0.3",
"jshint": "~2.4.2",
"livedb": "^0.4.1",
"livedb-mongo": "^0.3.2",
"load-grunt-config": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"mocha": "^1.18.2",
"primus": "^2.2.1",
"share": "^0.7.0-alpha13"
},
"scripts": {
"lint": "jshint lib",
"prepublish": "grunt build"
},
"keywords": [],
"author": "",
"license": "MIT"
}