-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.69 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
{
"author": "Shane Brinkman-Davis Delamore, Imikimi LLC",
"bugs": "https:/github.com/caffeine-suite/caffeine-script/issues",
"config": {
"blanket": {
"pattern": "source"
}
},
"dependencies": {
"art-binary": "*",
"art-build-configurator": "*",
"art-object-tree-factory": "*",
"caffeine-eight": "*",
"caffeine-mc": "*",
"caffeine-script-runtime": "*",
"caffeine-source-map": "*",
"source-map": "^0.7.2"
},
"description": "CaffeineScript makes programming more wonderful, code more beautiful and programmers more productive. It is a lean, high-level language that empowers you to get the most out of any JavaScript runtime.",
"devDependencies": {
"art-testbench": "*",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chai": "^4.2.0",
"coffee-loader": "^0.7.3",
"css-loader": "^3.0.0",
"json-loader": "^0.5.7",
"mocha": "^6.2.0",
"mock-fs": "^4.10.0",
"script-loader": "^0.7.2",
"style-loader": "^1.0.0",
"webpack": "^4.39.1",
"webpack-cli": "*",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-stylish": "^0.1.8"
},
"homepage": "https://github.com/caffeine-suite/caffeine-script",
"license": "ISC",
"name": "caffeine-script",
"repository": {
"type": "git",
"url": "[email protected]:shanebdavis/caffeine-script.git"
},
"scripts": {
"build": "caf -v -p -c cafInCaf -o source",
"perf": "nn -s;mocha -u tdd perf",
"start": "webpack-dev-server --hot --inline --progress --env.devServer",
"test": "nn -s;mocha -u tdd",
"testInBrowser": "webpack-dev-server --progress --env.devServer"
},
"version": "0.72.1"
}