-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "angular-easyfb",
"version": "1.6.0",
"description": "Super easy AngularJS + Facebook JavaScript SDK.",
"main": "build/angular-easyfb.js",
"directories": {},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/pc035860/angular-easyfb.git"
},
"keywords": [
"angularjs"
],
"author": "Robin Fan",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.7.0",
"grunt-contrib-jshint": "~0.9.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-karma": "^0.12.2",
"grunt-open": "~0.2.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-html2js-preprocessor": "^0.1.0",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "0.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.6",
"karma-script-launcher": "^0.2.0",
"phantomjs-prebuilt": "^2.1.6",
"requirejs": "~2.1.11"
}
}