-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "narly",
"version": "0.0.1",
"description": "Not another reactive library for JavaScript!",
"main": "dist/narly.js",
"devDependencies": {
"babel-plugin-transform-es2015-arrow-functions": "^6.1.18",
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-transform-es2015-classes": "^6.2.2",
"babel-plugin-transform-es2015-computed-properties": "^6.1.18",
"babel-plugin-transform-es2015-modules-umd": "^6.1.18",
"babel-plugin-transform-object-assign": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "gulp dev && jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcmathja/narly.git"
},
"author": "James McMath",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcmathja/narly/issues"
},
"homepage": "https://github.com/mcmathja/narly#readme"
}