-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 992 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 992 Bytes
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": "panda_app",
"version": "1.0.0",
"description": "Panda behavior tracking",
"main": "app/assets/javascripts/application.js",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-register --recursive app/assets/javascripts/tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rubyforgood/panda_app.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rubyforgood/panda_app/issues"
},
"homepage": "https://github.com/rubyforgood/panda_app#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"dependencies": {
"babel": "^6.5.2",
"babel-plugin-mjsx": "^4.1.1",
"babelify": "^7.3.0",
"babel-preset-es2015": "^6.9.0",
"browserify": "^13.0.1",
"browserify-incremental": "^3.1.1",
"mithril": "^0.2.5",
"mithrilify": "0.0.6",
"node-uuid": "^1.4.7"
},
"browserify": {
"transform": [
"babelify"
]
}
}