|
1 | 1 | { |
2 | | - "name": "js-framework-benchmark-pux", |
3 | | - "version": "1.0.0", |
4 | | - "description": "Purescript Halogen JS Benchmark", |
5 | | - "main": "index.js", |
6 | | - "js-framework-benchmark": { |
7 | | - "frameworkVersion": "4.0.0" |
8 | | - }, |
9 | | - "scripts": { |
10 | | - "postinstall": "bower install", |
11 | | - "clean": "rimraf output bower_components node_modules", |
12 | | - "build-dev": "pulp browserify --to output/bundle.js", |
13 | | - "build-prod": "pulp browserify --optimise --to output/bundle.js" |
14 | | - }, |
15 | | - "keywords": [ |
16 | | - "purescript", |
17 | | - "pux" |
18 | | - ], |
19 | | - "author": "Thomas Honeyman <[email protected]>", |
20 | | - "license": "ISC", |
21 | | - "homepage": "https://github.com/krausest/js-framework-benchmark", |
22 | | - "repository": { |
23 | | - "type": "git", |
24 | | - "url": "https://github.com/krausest/js-framework-benchmark.git" |
25 | | - }, |
26 | | - "devDependencies": { |
27 | | - "bower": "1.8.4", |
28 | | - "pulp": "12.3.0", |
29 | | - "purescript": "0.12.0", |
30 | | - "rimraf": "2.5.4" |
31 | | - } |
| 2 | + "name": "js-framework-benchmark-halogen", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Purescript Halogen JS Benchmark", |
| 5 | + "main": "index.js", |
| 6 | + "js-framework-benchmark": { |
| 7 | + "frameworkVersion": "5.0.0" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "postinstall": "spago install", |
| 11 | + "clean": "rm -rf output .spago node_modules", |
| 12 | + "build": "spago build", |
| 13 | + "build-prod": "spago bundle-app --to output/bundle.js" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "purescript", |
| 17 | + "halogen" |
| 18 | + ], |
| 19 | + "author": "Thomas Honeyman <[email protected]>", |
| 20 | + "license": "ISC", |
| 21 | + "homepage": "https://github.com/krausest/js-framework-benchmark", |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "https://github.com/krausest/js-framework-benchmark.git" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "purescript": "0.13.6", |
| 28 | + "spago": "0.14.0" |
| 29 | + } |
32 | 30 | } |
0 commit comments