You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
785 B
35 lines
785 B
{
|
|
"name": "appc.facebook",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"author": "Nicolas MASSE",
|
|
"license": "",
|
|
"framework": "none",
|
|
"keywords": [
|
|
"appcelerator",
|
|
"arrow"
|
|
],
|
|
"repository": {},
|
|
"private": true,
|
|
"dependencies": {
|
|
"async": "^1.5.0",
|
|
"lodash": "^3.10.1",
|
|
"pkginfo": "^0.3.1",
|
|
"semver": "^5.0.3",
|
|
"fb": "^*"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-appc-js": "^1.0.19",
|
|
"grunt-contrib-clean": "^0.7.0",
|
|
"grunt-mocha-istanbul": "^3.0.1",
|
|
"istanbul": "^0.4.1",
|
|
"mocha": "^2.3.4",
|
|
"should": "^8.0.2",
|
|
"arrow": "^*"
|
|
},
|
|
"scripts": {
|
|
"start": "appc run",
|
|
"test": "grunt"
|
|
}
|
|
}
|
|
|