forked from losandes/polyn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "polyn",
"version": "1.10.2",
"description": "polyn is a collection of Node and browser compatible JavaScript utilities that focus on polymorphism",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "grunt test"
},
"keywords": [
"polymorphism",
"immutable",
"interface",
"class",
"blueprint",
"hilary",
"immutables",
"immutability"
],
"author": "Andy Wright <andes.collab@gmail.com> (https://github.com/losandes)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/losandes/polyn.git"
},
"devDependencies": {
"bson": "~4.0.2",
"chai": "~4.2.0",
"chalk": "~3.0.0",
"grunt": "~1.0.4",
"grunt-contrib-uglify": "~4.0.1",
"grunt-karma": "~3.0.2",
"grunt-mocha": "~1.2.0",
"grunt-mocha-test": "~0.13.3",
"karma": "~4.4.1",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-firefox-launcher": "~1.2.0",
"karma-ie-launcher": "~1.0.0",
"karma-mocha": "~1.3.0",
"karma-mocha-reporter": "~2.2.5",
"karma-nyan-reporter": "~0.2.5",
"karma-phantomjs-launcher": "~1.0.4",
"karma-safari-launcher": "~1.0.0",
"mocha": "~6.2.2",
"phantomjs": "~2.1.7"
}
}