-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 949 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 949 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
40
41
42
43
44
45
46
47
{
"name": "politejs-workspace",
"version": "2.0.7",
"description": "Single Page Application Workspace",
"main": "Gulpfile.js",
"scripts": {
"run": "gulp"
},
"keywords": [
"single page application",
"boilerplate",
"compiler",
"builder",
"jquery",
"jqm",
"jquery mobile"
],
"author": {
"name": "Marco Pegoraro",
"url": "http://movableapp.com"
},
"repository": {
"type": "git",
"url": "https://github.com/PoliteJS/workspace"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"gulp-workspace": "0.0.x",
"jqb-subscribable": "0.0.0",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"react-loader": "^1.1.0"
},
"dependencies": {
"ajax": "0.0.4",
"bing-translate": "0.0.2",
"body-parser": "^1.10.2",
"jqb-ko-component": "0.0.0",
"json-loader": "^0.5.1",
"jsonp": "^0.1.0",
"object-md5": "^0.1.1"
}
}