-
Notifications
You must be signed in to change notification settings - Fork 194
/
package.json
48 lines (48 loc) · 1.26 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
44
45
46
47
48
{
"name": "torii",
"version": "0.0.2",
"description": "A set of clean abstractions for authentication in Ember.js",
"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-s3": "~0.2.0-alpha.2",
"jshint": "~2.4.2",
"load-grunt-config": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"connect-redirection": "0.0.1",
"grunt-contrib-testem": "~0.5.14",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-release-it": "0.0.3"
},
"scripts": {
"test": "grunt test",
"lint": "jshint lib",
"prepublish": "grunt build",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/201-created/torii.git"
},
"bugs": {
"url": "https://github.com/201-created/torii/issues"
},
"keywords": [
"authentication",
"ember.js"
],
"author": "Cory Forsyth and Matthew Beale",
"license": "MIT"
}