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.
 
 

43 lines
1.1 KiB

{
"name": "morethan140",
"version": "0.0.0",
"description": "Allows you to view and send tweets over 140 characters",
"main": "dist/script.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "jspm bundle-sfx src/script.js dist/script.js",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/morethan140.git"
},
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/morethan140/issues"
},
"homepage": "https://github.com/lukechilds/morethan140#readme",
"devDependencies": {
"eslint": "^2.11.1",
"eslint-config-lukechilds": "^1.5.0",
"jspm": "^0.16.34"
},
"jspm": {
"dependencies": {
"create-node": "npm:create-node@^1.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"eslintConfig": {
"extends": "lukechilds",
"rules": {
"no-new": "off"
}
}
}