-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "watchface-tachycardia",
"version": "0.0.1",
"description": "Super simple watchface rating interface ",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/pebble-hacks/watchface-tachycardia.git"
},
"author": "Keegan Lillo - keegan@pebble.com",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pebble-hacks/watchface-tachycardia/issues"
},
"homepage": "https://github.com/pebble-hacks/watchface-tachycardia#readme",
"devDependencies": {
"eslint": "^1.9.0",
"eslint-config-pebble": "^1.2.0",
"eslint-plugin-react": "^3.8.0",
"eslint-plugin-standard": "^1.3.1"
},
"dependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-sass": "^2.1.0",
"gulp-sass-glob": "0.0.2",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"request": "^2.65.0",
"vinyl-source-stream": "^1.1.0"
}
}