-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
32 lines (32 loc) · 983 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
32
{
"name": "react-native-timer",
"version": "1.1.2",
"description": "something to manage timers in react native",
"main": "lib/index.js",
"scripts": {
"test": "babel-node test/main.js",
"build": "npm run clean && babel src/ --out-dir lib/",
"watch": "npm run clean && babel -w src/ --out-dir lib/",
"clean": "rm -rf lib/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/fractaltech/react-native-timer.git"
},
"author": "Kapil <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fractaltech/react-native-timer/issues"
},
"homepage": "https://github.com/fractaltech/react-native-timer#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^4.1.8",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^4.2.3"
}
}