forked from limeapps/ember-share
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 901 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": "ember-share",
"version": "0.0.2",
"description": "",
"main": "dist/commonjs/main.js",
"directories": {
"lib": "lib"
},
"devDependencies": {
"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-es6-module-transpiler": "~0.6.0",
"grunt-mocha-phantomjs": "~0.3.2",
"grunt-mocha-test": "~0.5.0",
"jshint": "~2.4.2",
"load-grunt-config": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-release-it": "0.0.3"
},
"scripts": {
"lint": "jshint lib",
"prepublish": "grunt build"
},
"keywords": [],
"author": "",
"license": "MIT"
}