-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 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
{
"name": "livefyre-auth",
"description": "Authentication Delegate for Livefyre projects",
"author": "Livefyre <[email protected]>",
"repository": "https://github.com/Livefyre/auth-delegate",
"contributors": {
"name": "Benjamin Goering",
"email": "[email protected]"
},
"version": "0.2.1",
"devDependencies": {
"bower": "*",
"chai": "1.8.1",
"express": "*",
"jshint": "~1.1.0",
"mocha": "1.14.0",
"mocha-phantomjs": "3.1.6",
"phantomjs": "*",
"requirejs": "2.1.9",
"http-server": "^0.6.1",
"karma": "^0.12.6",
"karma-cajon": "0.0.1",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.2",
"karma-chrome-launcher": "^0.1.3",
"karma-mocha-debug": "^0.1.2"
},
"scripts": {
"hint": "./node_modules/jshint/bin/jshint src/ test/spec/; echo",
"postinstall": "./node_modules/bower/bin/bower install",
"start": "./node_modules/http-server/bin/http-server",
"test": "./node_modules/karma/bin/karma start",
"testp": "./node_modules/karma/bin/karma start --browsers=PhantomJS"
},
"optionalDependencies": {
"lfcdn": "git+ssh://[email protected]:Livefyre/lfcdn.git"
}
}