forked from Famous/famous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 914 Bytes
/
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
{
"name": "famous",
"version": "0.2.2",
"description": "Famo.us is a JavaScript framework for everyone who wants to build beautiful experiences on any device.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/famous/famous"
},
"keywords": [
"famous"
],
"scripts": {
"test": "npm run lint -s",
"lint-eslint": "eslint core/ events/ inputs/ math/ modifiers/ physics/ surfaces/ transitions/ utilities/ views/ widgets/",
"lint-jscs": "jscs core/ events/ inputs/ math/ modifiers/ physics/ surfaces/ transitions/ utilities/ views/ widgets/",
"lint": "npm run lint-eslint && npm run lint-jscs"
},
"author": "famous",
"license": "MPL v2.0",
"bugs": {
"url": "https://github.com/famous/famous/issues"
},
"homepage": "https://famo.us",
"devDependencies": {
"eslint": "^0.7.4",
"jscs": "^1.5.9"
}
}