forked from particle-iot/sparkjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 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
{
"author": "Spark",
"name": "spark",
"filename": "spark.min.js",
"description": "Official Spark cloud API library.",
"version": "0.2.1",
"homepage": "http://spark.io",
"bugs": "https://github.com/spark/sparkjs/issues",
"repository": {
"type": "git",
"url": "https://github.com/spark/sparkjs"
},
"engines": {
"node": ">=0.10.26"
},
"main": "./lib/spark",
"dependencies": {
"request": ">= 2.40.0",
"when": ">= 3.4.4"
},
"devDependencies": {
"jshint": ">= 2.5.4",
"mocha": "1.21.x",
"chai": "1.9.x",
"sinon-chai": "2.5.x",
"sinon": "1.10.x",
"chai-as-promised": "4.1.x",
"istanbul": "0.3.x",
"browserify": "5.11.x",
"browser-request": "0.3.x",
"jquery": "^2.1.1",
"cssify": "0.6.x",
"uglify-js": "2.4.x",
"bower": ">=1.3.9",
"jamjs": ">=0.2.17"
},
"browser": {
"request": "browser-request"
},
"jam": {
"main": "dist/spark.min.js",
"include": [
"dist/spark.min.js",
"README.md"
],
"dependencies": {}
}
}