forked from purescript-halogen/purescript-halogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.63 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.63 KB
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
{
"name": "purescript-halogen",
"license": "Apache-2.0",
"repository": "git@github.com:slamdata/purescript-halogen.git",
"contributors": [
"Phil Freeman <paf31@cantab.net>",
"John A. De Goes <john@degoes.net>",
"Gary Burgess <gary.burgess@gmail.com>"
],
"scripts": {
"postinstall": "bower install",
"build": "gulp",
"example-ace": "bower link && cd examples/ace && bower link purescript-halogen && gulp",
"example-ajax": "bower link && cd examples/ajax && bower link purescript-halogen && gulp",
"example-components": "bower link && cd examples/components && bower link purescript-halogen && gulp",
"example-counter": "bower link && cd examples/counter && bower link purescript-halogen && gulp",
"example-deep-peek": "bower link && cd examples/deep-peek && bower link purescript-halogen && gulp",
"example-interpret": "bower link && cd examples/interpret && bower link purescript-halogen && gulp",
"example-intro": "bower link && cd examples/intro && bower link purescript-halogen && gulp",
"example-lifecycle": "bower link && cd examples/lifecycle && bower link purescript-halogen && gulp",
"example-multi-component": "bower link && cd examples/multi-component && bower link purescript-halogen && gulp",
"example-todo": "bower link && cd examples/todo && bower link purescript-halogen && gulp"
},
"devDependencies": {
"bower": "^1.4.1",
"gulp": "^3.8.11",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-purescript": "^0.7.0",
"purescript": "^0.7.4",
"rimraf": "^2.4.1",
"webpack-stream": "^2.0.0"
},
"dependencies": {
"virtual-dom": "^2.0.1"
}
}