-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.92 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"author": "",
"name": "test",
"description": "test",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"build": "grunt build",
"start": "grunt serve:dev"
},
"dependencies": {
"async": "^2.0.1",
"babel-core": "^6.7.4",
"express": "~4.13.4",
"express-handlebars": "~3.0.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-eslint": "^6.0.0-beta.6",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"eslint-plugin-react": "^3.16.1",
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^17.3.2",
"grunt-exec": "^0.4.6",
"jspm": "^0.17.0-beta.25",
"load-grunt-tasks": "^3.4.1"
},
"jspm": {
"name": "test",
"main": "main.js",
"directories": {
"lib": "web"
},
"dependencies": {
"react-intl": "npm:react-intl@^2.0.1",
"react-router": "npm:react-router@^2.3.0",
"stardust": "npm:[email protected]"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "npm:babel-plugin-transform-class-properties@^6.6.0",
"babel-plugin-transform-react-jsx": "npm:babel-plugin-transform-react-jsx@^6.7.5",
"module": "github:jspm/nodelibs-module@^0.2.0-alpha",
"net": "github:jspm/nodelibs-net@^0.2.0-alpha",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.9",
"tty": "github:jspm/nodelibs-tty@^0.2.0-alpha"
},
"peerDependencies": {
"assert": "github:jspm/nodelibs-assert@^0.2.0-alpha",
"buffer": "github:jspm/nodelibs-buffer@^0.2.0-alpha",
"child_process": "github:jspm/nodelibs-child_process@^0.2.0-alpha",
"constants": "github:jspm/nodelibs-constants@^0.2.0-alpha",
"core-js": "npm:core-js@^1.2.0",
"crypto": "github:jspm/nodelibs-crypto@^0.2.0-alpha",
"domain": "github:jspm/nodelibs-domain@^0.2.0-alpha",
"events": "github:jspm/nodelibs-events@^0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
"http": "github:jspm/nodelibs-http@^0.2.0-alpha",
"https": "github:jspm/nodelibs-https@^0.2.0-alpha",
"os": "github:jspm/nodelibs-os@^0.2.0-alpha",
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
"react": "npm:react@^15.3.0",
"react-dom": "npm:react-dom@^15.0.3",
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
"url": "github:jspm/nodelibs-url@^0.2.0-alpha",
"util": "github:jspm/nodelibs-util@^0.2.0-alpha",
"vm": "github:jspm/nodelibs-vm@^0.2.0-alpha",
"zlib": "github:jspm/nodelibs-zlib@^0.2.0-alpha"
},
"overrides": {
"npm:[email protected]": {
"dependencies": {
"readable-stream": "^2.0.2",
"pako": "~0.2.0"
},
"map": {
"_stream_transform": "readable-stream/transform"
}
},
"npm:[email protected]": {
"main": "browser.js",
"jspmNodeConversion": false,
"format": "cjs",
"map": {
"./browser.js": {
"node": "./node.js"
},
"fs": "@node/fs",
"net": "@node/net",
"tty": "@node/tty",
"util": "@node/util"
}
},
"npm:[email protected]": {
"ignore": [
"test.js"
]
},
"npm:[email protected]": {
"format": "amd"
},
"npm:[email protected]": {
"map": {
"buffer": "@empty",
"process": "@empty"
}
},
"npm:[email protected]": {
"jspmNodeConversion": false,
"format": "cjs"
},
"npm:[email protected]": {
"jspmNodeConversion": false
}
}
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}