forked from kbrsh/moon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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": "moonjs",
"version": "0.10.0",
"description": "A minimal, blazing fast user interface library.",
"main": "dist/moon.min.js",
"scripts": {
"build": "gulp",
"test": "gulp test && node test/test.js",
"test-saucelabs": "gulp test-saucelabs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KingPixil/moon.git"
},
"keywords": [
"moon",
"mvvm",
"user interface",
"UI"
],
"author": "Kabir Shah",
"license": "MIT",
"bugs": {
"url": "https://github.com/KingPixil/moon/issues"
},
"homepage": "https://github.com/KingPixil/moon#readme",
"devDependencies": {
"babel-preset-transpile-moon": "^1.0.2",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-header": "^1.8.8",
"gulp-include": "^2.3.1",
"gulp-istanbul": "^1.1.1",
"gulp-istanbul-report": "0.0.1",
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-replace": "^0.5.4",
"gulp-saucelabs": "^0.1.4",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.1.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-phantomjs-istanbul": "0.0.2",
"release": "^1.1.5"
}
}