Skip to content

Commit 234d06c

Browse files
author
Daniel Arthur Gallagher
committed
Make an npm package
The package is private, so cannot be published The package needs coffeescript, so the build can be run locally
1 parent e366a95 commit 234d06c

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "scriptular",
3+
"version": "1.0.0",
4+
"description": "A rubular.com clone for JavaScript regular expressions",
5+
"main": "application.js",
6+
"private": true,
7+
"scripts": {
8+
"test": "echo \"Open SpecRunner.html in a browser to run tests\" && exit 0",
9+
"build": "cake build"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/jonmagic/scriptular.git"
14+
},
15+
"keywords": [
16+
"regexp",
17+
"front-end"
18+
],
19+
"contributors": [
20+
"Jonathan Hoyt (https://github.com/jonmagic)",
21+
"Brandon Keepers (https://github.com/bkeepers)",
22+
"Aaron Kalin (https://github.com/martinisoft)",
23+
"Ben Truyman (https://github.com/bentruyman)",
24+
"John K. Paul (https://github.com/johnkpaul)",
25+
"Adam Brodzinski (https://github.com/AdamBrodzinski)",
26+
"brycecr (https://github.com/brycecr)",
27+
"Judith Hendeveld (https://github.com/judith)",
28+
"beechnut (https://github.com/beechnut)",
29+
"Blair Anderson (https://github.com/blairanderson)",
30+
"Vladimir Pestov (https://github.com/KozzyKoder)",
31+
"Corey Leveen (https://github.com/coreyleveen)",
32+
"Daniel Arthur Gallagher (https://github.com/DanArthurGallagher)",
33+
"Mosh Feu (https://github.com/moshfeu)"
34+
],
35+
"license": "MIT",
36+
"bugs": {
37+
"url": "https://github.com/jonmagic/scriptular/issues"
38+
},
39+
"homepage": "https://github.com/jonmagic/scriptular#readme",
40+
"devDependencies": {
41+
"coffeescript": "1.12.7"
42+
}
43+
}

0 commit comments

Comments
 (0)