-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "osc-requests",
"version": "0.1.4",
"description": "Open Spherical Camera REST API requests wrapper for node",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamsar/osc-requests.git"
},
"keywords": [
"open spherical camera",
"theta",
"theta s",
"camera"
],
"author": "adamsar",
"license": "ISC",
"bugs": {
"url": "https://github.com/adamsar/osc-requests/issues"
},
"homepage": "https://github.com/adamsar/osc-requests#readme",
"devDependencies": {
"babel-core": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-es2015-classes": "^6.6.5",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jasmine-core": "^2.4.1",
"jsdom": "^8.1.0",
"karma": "^0.13.21",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.0.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4",
"sinon": "^1.17.3",
"uglify": "^0.1.5",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}